base.pb.go 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1-devel
  4. // protoc v3.21.8
  5. // source: base.proto
  6. package base
  7. import (
  8. _ "git.ikuban.com/server/pw-protobuf/api/common"
  9. _ "google.golang.org/genproto/googleapis/api/annotations"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. reflect "reflect"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. var File_base_proto protoreflect.FileDescriptor
  21. var file_base_proto_rawDesc = []byte{
  22. 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70,
  23. 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61,
  24. 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70,
  25. 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  26. 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x06, 0x0a,
  27. 0x04, 0x42, 0x61, 0x73, 0x65, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73,
  28. 0x65, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e,
  29. 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72,
  30. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x3b,
  31. 0x62, 0x61, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  32. }
  33. var file_base_proto_goTypes = []interface{}{}
  34. var file_base_proto_depIdxs = []int32{
  35. 0, // [0:0] is the sub-list for method output_type
  36. 0, // [0:0] is the sub-list for method input_type
  37. 0, // [0:0] is the sub-list for extension type_name
  38. 0, // [0:0] is the sub-list for extension extendee
  39. 0, // [0:0] is the sub-list for field type_name
  40. }
  41. func init() { file_base_proto_init() }
  42. func file_base_proto_init() {
  43. if File_base_proto != nil {
  44. return
  45. }
  46. type x struct{}
  47. out := protoimpl.TypeBuilder{
  48. File: protoimpl.DescBuilder{
  49. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  50. RawDescriptor: file_base_proto_rawDesc,
  51. NumEnums: 0,
  52. NumMessages: 0,
  53. NumExtensions: 0,
  54. NumServices: 1,
  55. },
  56. GoTypes: file_base_proto_goTypes,
  57. DependencyIndexes: file_base_proto_depIdxs,
  58. }.Build()
  59. File_base_proto = out.File
  60. file_base_proto_rawDesc = nil
  61. file_base_proto_goTypes = nil
  62. file_base_proto_depIdxs = nil
  63. }