plugin.pb.go 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.19.0-devel
  4. // protoc (unknown)
  5. // go v1.12.5
  6. // source: github.com/golang/protobuf/protoc-gen-go/plugin/plugin.proto
  7. package plugin_go
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. pluginpb "google.golang.org/protobuf/types/pluginpb"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(19 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 19)
  20. )
  21. // Symbols defined in public import of google/protobuf/compiler/plugin.proto.
  22. type Version = pluginpb.Version
  23. type CodeGeneratorRequest = pluginpb.CodeGeneratorRequest
  24. type CodeGeneratorResponse = pluginpb.CodeGeneratorResponse
  25. type CodeGeneratorResponse_File = pluginpb.CodeGeneratorResponse_File
  26. var File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto protoreflect.FileDescriptor
  27. var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc = []byte{
  28. 0x0a, 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  29. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f,
  30. 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69,
  31. 0x6e, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x25,
  32. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
  33. 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e,
  34. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
  35. 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  36. 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67,
  37. 0x6f, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x3b, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x5f,
  38. 0x67, 0x6f, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32,
  39. }
  40. var (
  41. file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescOnce sync.Once
  42. file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescData = file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc
  43. )
  44. func file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescGZIP() []byte {
  45. file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescOnce.Do(func() {
  46. file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescData)
  47. })
  48. return file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescData
  49. }
  50. var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes = []interface{}{}
  51. var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs = []int32{
  52. 0, // [0:0] is the sub-list for method output_type
  53. 0, // [0:0] is the sub-list for method input_type
  54. 0, // [0:0] is the sub-list for extension type_name
  55. 0, // [0:0] is the sub-list for extension extendee
  56. 0, // [0:0] is the sub-list for field type_name
  57. }
  58. func init() { file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init() }
  59. func file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init() {
  60. if File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto != nil {
  61. return
  62. }
  63. type x struct{}
  64. out := protoimpl.TypeBuilder{
  65. File: protoimpl.DescBuilder{
  66. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  67. RawDescriptor: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc,
  68. NumEnums: 0,
  69. NumMessages: 0,
  70. NumExtensions: 0,
  71. NumServices: 0,
  72. },
  73. GoTypes: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes,
  74. DependencyIndexes: file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs,
  75. }.Build()
  76. File_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto = out.File
  77. file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDesc = nil
  78. file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes = nil
  79. file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs = nil
  80. }