1
2
3
4 package plugin_go
5
6 import (
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 )
12
13
14
15 type CodeGeneratorResponse_Feature = pluginpb.CodeGeneratorResponse_Feature
16
17 const CodeGeneratorResponse_FEATURE_NONE = pluginpb.CodeGeneratorResponse_FEATURE_NONE
18 const CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL = pluginpb.CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL
19 const CodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS = pluginpb.CodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS
20
21 var CodeGeneratorResponse_Feature_name = pluginpb.CodeGeneratorResponse_Feature_name
22 var CodeGeneratorResponse_Feature_value = pluginpb.CodeGeneratorResponse_Feature_value
23
24 type Version = pluginpb.Version
25 type CodeGeneratorRequest = pluginpb.CodeGeneratorRequest
26 type CodeGeneratorResponse = pluginpb.CodeGeneratorResponse
27 type CodeGeneratorResponse_File = pluginpb.CodeGeneratorResponse_File
28
29 var File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto protoreflect.FileDescriptor
30
31 var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc = []byte{
32 0x0a, 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
33 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f,
34 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69,
35 0x6e, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25,
36 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
37 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e,
38 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
39 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
40 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67,
41 0x6f, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x3b, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x5f,
42 0x67, 0x6f, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32,
43 }
44
45 var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes = []interface{}{}
46 var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs = []int32{
47 0,
48 0,
49 0,
50 0,
51 0,
52 }
53
54 func init() { file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init() }
55 func file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init() {
56 if File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto != nil {
57 return
58 }
59 type x struct{}
60 out := protoimpl.TypeBuilder{
61 File: protoimpl.DescBuilder{
62 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
63 RawDescriptor: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc,
64 NumEnums: 0,
65 NumMessages: 0,
66 NumExtensions: 0,
67 NumServices: 0,
68 },
69 GoTypes: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes,
70 DependencyIndexes: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs,
71 }.Build()
72 File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto = out.File
73 file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc = nil
74 file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes = nil
75 file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs = nil
76 }
77
View as plain text