@autorest/go
Version:
AutoRest Go Generator
14 lines • 475 B
TypeScript
import * as go from '../../../codemodel.go/src/index.js';
export interface ResponsesSerDe {
responses: string;
serDe: string;
}
/**
* Creates the content for the responses.go file.
*
* @param pkg contains the package content
* @param options the emitter options
* @returns the text for the file or the empty string
*/
export declare function generateResponses(pkg: go.PackageContent, options: go.Options): ResponsesSerDe;
//# sourceMappingURL=responses.d.ts.map