initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
38
github/codeql-action-v2/node_modules/twirp-ts/build/protoc-gen-twirp-ts/plugin.d.ts
generated
vendored
Normal file
38
github/codeql-action-v2/node_modules/twirp-ts/build/protoc-gen-twirp-ts/plugin.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
import { CodeGeneratorRequest, CodeGeneratorResponse_Feature, PluginBase } from "@protobuf-ts/plugin-framework";
|
||||
import { File } from "./file";
|
||||
export declare class ProtobuftsPlugin extends PluginBase<File> {
|
||||
parameters: {
|
||||
ts_proto: {
|
||||
description: string;
|
||||
};
|
||||
gateway: {
|
||||
description: string;
|
||||
};
|
||||
index_file: {
|
||||
description: string;
|
||||
};
|
||||
emit_default_values: {
|
||||
description: string;
|
||||
};
|
||||
openapi_twirp: {
|
||||
description: string;
|
||||
};
|
||||
openapi_gateway: {
|
||||
description: string;
|
||||
};
|
||||
standalone: {
|
||||
description: string;
|
||||
};
|
||||
client_only: {
|
||||
description: string;
|
||||
};
|
||||
server_only: {
|
||||
description: string;
|
||||
};
|
||||
camel_case: {
|
||||
description: string;
|
||||
};
|
||||
};
|
||||
generate(request: CodeGeneratorRequest): Promise<File[]>;
|
||||
protected getSupportedFeatures: () => CodeGeneratorResponse_Feature[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue