@whisklabs/grpc
Version:
gRPC generator and http library for typescript
7 lines (6 loc) • 501 B
TypeScript
import { Parser } from '../parser';
import { MakeOuts } from './generator';
export declare function collectEmuns(pack: string, out: MakeOuts, items: Parser.Enum[]): void;
export declare function collectMessages(pack: string, out: MakeOuts, items: Parser.Message[], parent?: string): void;
export declare function collectServices(pack: string, out: MakeOuts, items?: Parser.Service[]): void;
export declare function method(pack: string, out: MakeOuts, item: Parser.Method, serv: Parser.Service): void;