blob: b7b4a2f9454b0226627854343712bc90941613f9 [file] [log] [blame]
khenaidooab1f7bd2019-11-14 14:00:27 -05001// Code generated by protoc-gen-go. DO NOT EDIT.
Andrea Campanella3614a922021-02-25 12:40:42 +01002// source: github.com/golang/protobuf/protoc-gen-go/plugin/plugin.proto
khenaidooab1f7bd2019-11-14 14:00:27 -05003
khenaidooab1f7bd2019-11-14 14:00:27 -05004package plugin_go
5
Andrea Campanella3614a922021-02-25 12:40:42 +01006import (
7 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 pluginpb "google.golang.org/protobuf/types/pluginpb"
10 reflect "reflect"
11)
khenaidooab1f7bd2019-11-14 14:00:27 -050012
Andrea Campanella3614a922021-02-25 12:40:42 +010013// Symbols defined in public import of google/protobuf/compiler/plugin.proto.
khenaidooab1f7bd2019-11-14 14:00:27 -050014
Andrea Campanella3614a922021-02-25 12:40:42 +010015type CodeGeneratorResponse_Feature = pluginpb.CodeGeneratorResponse_Feature
khenaidooab1f7bd2019-11-14 14:00:27 -050016
Andrea Campanella3614a922021-02-25 12:40:42 +010017const CodeGeneratorResponse_FEATURE_NONE = pluginpb.CodeGeneratorResponse_FEATURE_NONE
18const CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL = pluginpb.CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL
19
20var CodeGeneratorResponse_Feature_name = pluginpb.CodeGeneratorResponse_Feature_name
21var CodeGeneratorResponse_Feature_value = pluginpb.CodeGeneratorResponse_Feature_value
22
23type Version = pluginpb.Version
24type CodeGeneratorRequest = pluginpb.CodeGeneratorRequest
25type CodeGeneratorResponse = pluginpb.CodeGeneratorResponse
26type CodeGeneratorResponse_File = pluginpb.CodeGeneratorResponse_File
27
28var File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto protoreflect.FileDescriptor
29
30var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc = []byte{
31 0x0a, 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
32 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f,
33 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69,
34 0x6e, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25,
35 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
36 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e,
37 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
38 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
39 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67,
40 0x6f, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x3b, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x5f,
41 0x67, 0x6f, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32,
khenaidooab1f7bd2019-11-14 14:00:27 -050042}
43
Andrea Campanella3614a922021-02-25 12:40:42 +010044var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes = []interface{}{}
45var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs = []int32{
46 0, // [0:0] is the sub-list for method output_type
47 0, // [0:0] is the sub-list for method input_type
48 0, // [0:0] is the sub-list for extension type_name
49 0, // [0:0] is the sub-list for extension extendee
50 0, // [0:0] is the sub-list for field type_name
khenaidooab1f7bd2019-11-14 14:00:27 -050051}
52
Andrea Campanella3614a922021-02-25 12:40:42 +010053func init() { file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init() }
54func file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init() {
55 if File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto != nil {
56 return
khenaidooab1f7bd2019-11-14 14:00:27 -050057 }
Andrea Campanella3614a922021-02-25 12:40:42 +010058 type x struct{}
59 out := protoimpl.TypeBuilder{
60 File: protoimpl.DescBuilder{
61 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
62 RawDescriptor: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc,
63 NumEnums: 0,
64 NumMessages: 0,
65 NumExtensions: 0,
66 NumServices: 0,
67 },
68 GoTypes: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes,
69 DependencyIndexes: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs,
70 }.Build()
71 File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto = out.File
72 file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc = nil
73 file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes = nil
74 file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs = nil
khenaidooab1f7bd2019-11-14 14:00:27 -050075}