UNPKG

@autorest/go

Version:
17 lines 719 B
import * as go from '../../../codemodel.go/src/index.js'; export declare class OperationGroupContent { readonly name: string; readonly content: string; constructor(name: string, content: string); } /** * Creates the content for all the *_client.go files. * * @param pkg contains the package content * @param target the codegen target for the module * @param options the emitter options * @returns the text for the files or the empty string */ export declare function generateOperations(pkg: go.PackageContent, target: go.CodeModelType, options: go.Options): Array<OperationGroupContent>; export declare function fixUpMethodName(method: go.MethodType): string; //# sourceMappingURL=operations.d.ts.map