@autorest/go
Version:
AutoRest Go Generator
10 lines • 416 B
TypeScript
import * as go from '../../../codemodel.go/src/index.js';
/**
* Generates the contents for the *_server_factory.go file.
*
* @param pkg contains the package content
* @param target the codegen target for the module
* @returns the text for the file or the empty string
*/
export declare function generateServerFactory(pkg: go.FakePackage, target: go.CodeModelType): string;
//# sourceMappingURL=factory.d.ts.map