plugin.pb.go 4.2 KB

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