annotations.pb.go 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.30.0-devel
  4. // protoc v5.26.1
  5. // source: kuban/api/annotations.proto
  6. package annotations
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  11. reflect "reflect"
  12. sync "sync"
  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. // 自定义option
  21. type Options struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. // 操作记录
  26. OperationRecord *OperationRecord `protobuf:"bytes,2,opt,name=operation_record,json=operationRecord,proto3" json:"operation_record"`
  27. }
  28. func (x *Options) Reset() {
  29. *x = Options{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_kuban_api_annotations_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *Options) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*Options) ProtoMessage() {}
  40. func (x *Options) ProtoReflect() protoreflect.Message {
  41. mi := &file_kuban_api_annotations_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use Options.ProtoReflect.Descriptor instead.
  52. func (*Options) Descriptor() ([]byte, []int) {
  53. return file_kuban_api_annotations_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *Options) GetOperationRecord() *OperationRecord {
  56. if x != nil && x.OperationRecord != nil {
  57. return x.OperationRecord
  58. }
  59. return &OperationRecord{}
  60. }
  61. // 操作记录
  62. type OperationRecord struct {
  63. state protoimpl.MessageState
  64. sizeCache protoimpl.SizeCache
  65. unknownFields protoimpl.UnknownFields
  66. // 接口是否需要记录
  67. Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled"`
  68. }
  69. func (x *OperationRecord) Reset() {
  70. *x = OperationRecord{}
  71. if protoimpl.UnsafeEnabled {
  72. mi := &file_kuban_api_annotations_proto_msgTypes[1]
  73. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  74. ms.StoreMessageInfo(mi)
  75. }
  76. }
  77. func (x *OperationRecord) String() string {
  78. return protoimpl.X.MessageStringOf(x)
  79. }
  80. func (*OperationRecord) ProtoMessage() {}
  81. func (x *OperationRecord) ProtoReflect() protoreflect.Message {
  82. mi := &file_kuban_api_annotations_proto_msgTypes[1]
  83. if protoimpl.UnsafeEnabled && x != nil {
  84. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  85. if ms.LoadMessageInfo() == nil {
  86. ms.StoreMessageInfo(mi)
  87. }
  88. return ms
  89. }
  90. return mi.MessageOf(x)
  91. }
  92. // Deprecated: Use OperationRecord.ProtoReflect.Descriptor instead.
  93. func (*OperationRecord) Descriptor() ([]byte, []int) {
  94. return file_kuban_api_annotations_proto_rawDescGZIP(), []int{1}
  95. }
  96. func (x *OperationRecord) GetEnabled() bool {
  97. if x != nil {
  98. return x.Enabled
  99. }
  100. return false
  101. }
  102. var file_kuban_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
  103. {
  104. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  105. ExtensionType: (*Options)(nil),
  106. Field: 10002,
  107. Name: "kuban.api.options",
  108. Tag: "bytes,10002,opt,name=options",
  109. Filename: "kuban/api/annotations.proto",
  110. },
  111. }
  112. // Extension fields to descriptorpb.MethodOptions.
  113. var (
  114. // optional kuban.api.Options options = 10002;
  115. E_Options = &file_kuban_api_annotations_proto_extTypes[0]
  116. )
  117. var File_kuban_api_annotations_proto protoreflect.FileDescriptor
  118. var file_kuban_api_annotations_proto_rawDesc = []byte{
  119. 0x0a, 0x1b, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
  120. 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x6b,
  121. 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x61, 0x70, 0x69, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  122. 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
  123. 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x50, 0x0a, 0x07, 0x4f, 0x70,
  124. 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x45, 0x0a, 0x10, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  125. 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
  126. 0x1a, 0x2e, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4f, 0x70, 0x65, 0x72,
  127. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x0f, 0x6f, 0x70, 0x65,
  128. 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0x2b, 0x0a, 0x0f,
  129. 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12,
  130. 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
  131. 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x3a, 0x4d, 0x0a, 0x07, 0x6f, 0x70, 0x74,
  132. 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  133. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74,
  134. 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x4e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6b, 0x75,
  135. 0x62, 0x61, 0x6e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52,
  136. 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x43, 0x5a, 0x41, 0x67, 0x69, 0x74, 0x2e,
  137. 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65,
  138. 0x72, 0x2f, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x6b, 0x75, 0x62, 0x61,
  139. 0x6e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  140. 0x73, 0x3b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70,
  141. 0x72, 0x6f, 0x74, 0x6f, 0x33,
  142. }
  143. var (
  144. file_kuban_api_annotations_proto_rawDescOnce sync.Once
  145. file_kuban_api_annotations_proto_rawDescData = file_kuban_api_annotations_proto_rawDesc
  146. )
  147. func file_kuban_api_annotations_proto_rawDescGZIP() []byte {
  148. file_kuban_api_annotations_proto_rawDescOnce.Do(func() {
  149. file_kuban_api_annotations_proto_rawDescData = protoimpl.X.CompressGZIP(file_kuban_api_annotations_proto_rawDescData)
  150. })
  151. return file_kuban_api_annotations_proto_rawDescData
  152. }
  153. var file_kuban_api_annotations_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  154. var file_kuban_api_annotations_proto_goTypes = []interface{}{
  155. (*Options)(nil), // 0: kuban.api.Options
  156. (*OperationRecord)(nil), // 1: kuban.api.OperationRecord
  157. (*descriptorpb.MethodOptions)(nil), // 2: google.protobuf.MethodOptions
  158. }
  159. var file_kuban_api_annotations_proto_depIdxs = []int32{
  160. 1, // 0: kuban.api.Options.operation_record:type_name -> kuban.api.OperationRecord
  161. 2, // 1: kuban.api.options:extendee -> google.protobuf.MethodOptions
  162. 0, // 2: kuban.api.options:type_name -> kuban.api.Options
  163. 3, // [3:3] is the sub-list for method output_type
  164. 3, // [3:3] is the sub-list for method input_type
  165. 2, // [2:3] is the sub-list for extension type_name
  166. 1, // [1:2] is the sub-list for extension extendee
  167. 0, // [0:1] is the sub-list for field type_name
  168. }
  169. func init() { file_kuban_api_annotations_proto_init() }
  170. func file_kuban_api_annotations_proto_init() {
  171. if File_kuban_api_annotations_proto != nil {
  172. return
  173. }
  174. if !protoimpl.UnsafeEnabled {
  175. file_kuban_api_annotations_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  176. switch v := v.(*Options); i {
  177. case 0:
  178. return &v.state
  179. case 1:
  180. return &v.sizeCache
  181. case 2:
  182. return &v.unknownFields
  183. default:
  184. return nil
  185. }
  186. }
  187. file_kuban_api_annotations_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  188. switch v := v.(*OperationRecord); i {
  189. case 0:
  190. return &v.state
  191. case 1:
  192. return &v.sizeCache
  193. case 2:
  194. return &v.unknownFields
  195. default:
  196. return nil
  197. }
  198. }
  199. }
  200. type x struct{}
  201. out := protoimpl.TypeBuilder{
  202. File: protoimpl.DescBuilder{
  203. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  204. RawDescriptor: file_kuban_api_annotations_proto_rawDesc,
  205. NumEnums: 0,
  206. NumMessages: 2,
  207. NumExtensions: 1,
  208. NumServices: 0,
  209. },
  210. GoTypes: file_kuban_api_annotations_proto_goTypes,
  211. DependencyIndexes: file_kuban_api_annotations_proto_depIdxs,
  212. MessageInfos: file_kuban_api_annotations_proto_msgTypes,
  213. ExtensionInfos: file_kuban_api_annotations_proto_extTypes,
  214. }.Build()
  215. File_kuban_api_annotations_proto = out.File
  216. file_kuban_api_annotations_proto_rawDesc = nil
  217. file_kuban_api_annotations_proto_goTypes = nil
  218. file_kuban_api_annotations_proto_depIdxs = nil
  219. }