| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.6-modify
- // protoc v6.31.1
- // source: kuban/api/annotations.proto
- package annotations
- import (
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- descriptorpb "google.golang.org/protobuf/types/descriptorpb"
- reflect "reflect"
- sync "sync"
- unsafe "unsafe"
- )
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
- // 自定义option
- type Options struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 操作记录
- OperationRecord *OperationRecord `protobuf:"bytes,2,opt,name=operation_record,json=operationRecord,proto3" json:"operation_record"`
- // mcp 配置
- McpOptions *McpOptions `protobuf:"bytes,3,opt,name=mcp_options,json=mcpOptions,proto3" json:"mcp_options"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Options) Reset() {
- *x = Options{}
- mi := &file_kuban_api_annotations_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Options) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Options) ProtoMessage() {}
- func (x *Options) ProtoReflect() protoreflect.Message {
- mi := &file_kuban_api_annotations_proto_msgTypes[0]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Options.ProtoReflect.Descriptor instead.
- func (*Options) Descriptor() ([]byte, []int) {
- return file_kuban_api_annotations_proto_rawDescGZIP(), []int{0}
- }
- func (x *Options) GetOperationRecord() *OperationRecord {
- if x != nil {
- return x.OperationRecord
- }
- return nil
- }
- func (x *Options) GetMcpOptions() *McpOptions {
- if x != nil {
- return x.McpOptions
- }
- return nil
- }
- // 操作记录
- type OperationRecord struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 接口是否需要记录
- Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *OperationRecord) Reset() {
- *x = OperationRecord{}
- mi := &file_kuban_api_annotations_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *OperationRecord) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*OperationRecord) ProtoMessage() {}
- func (x *OperationRecord) ProtoReflect() protoreflect.Message {
- mi := &file_kuban_api_annotations_proto_msgTypes[1]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use OperationRecord.ProtoReflect.Descriptor instead.
- func (*OperationRecord) Descriptor() ([]byte, []int) {
- return file_kuban_api_annotations_proto_rawDescGZIP(), []int{1}
- }
- func (x *OperationRecord) GetEnabled() bool {
- if x != nil {
- return x.Enabled
- }
- return false
- }
- type McpOptions struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 是否生成mcp
- Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *McpOptions) Reset() {
- *x = McpOptions{}
- mi := &file_kuban_api_annotations_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *McpOptions) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*McpOptions) ProtoMessage() {}
- func (x *McpOptions) ProtoReflect() protoreflect.Message {
- mi := &file_kuban_api_annotations_proto_msgTypes[2]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use McpOptions.ProtoReflect.Descriptor instead.
- func (*McpOptions) Descriptor() ([]byte, []int) {
- return file_kuban_api_annotations_proto_rawDescGZIP(), []int{2}
- }
- func (x *McpOptions) GetEnabled() bool {
- if x != nil {
- return x.Enabled
- }
- return false
- }
- var file_kuban_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
- {
- ExtendedType: (*descriptorpb.MethodOptions)(nil),
- ExtensionType: (*Options)(nil),
- Field: 10002,
- Name: "kuban.api.options",
- Tag: "bytes,10002,opt,name=options",
- Filename: "kuban/api/annotations.proto",
- },
- }
- // Extension fields to descriptorpb.MethodOptions.
- var (
- // optional kuban.api.Options options = 10002;
- E_Options = &file_kuban_api_annotations_proto_extTypes[0]
- )
- var File_kuban_api_annotations_proto protoreflect.FileDescriptor
- const file_kuban_api_annotations_proto_rawDesc = "" +
- "\n" +
- "\x1bkuban/api/annotations.proto\x12\tkuban.api\x1a google/protobuf/descriptor.proto\"\x88\x01\n" +
- "\aOptions\x12E\n" +
- "\x10operation_record\x18\x02 \x01(\v2\x1a.kuban.api.OperationRecordR\x0foperationRecord\x126\n" +
- "\vmcp_options\x18\x03 \x01(\v2\x15.kuban.api.McpOptionsR\n" +
- "mcpOptions\"+\n" +
- "\x0fOperationRecord\x12\x18\n" +
- "\aenabled\x18\x01 \x01(\bR\aenabled\"&\n" +
- "\n" +
- "McpOptions\x12\x18\n" +
- "\aenabled\x18\x01 \x01(\bR\aenabled:M\n" +
- "\aoptions\x12\x1e.google.protobuf.MethodOptions\x18\x92N \x01(\v2\x12.kuban.api.OptionsR\aoptionsBCZAgit.ikuban.com/server/kubanapis/kuban/api/annotations;annotationsb\x06proto3"
- var (
- file_kuban_api_annotations_proto_rawDescOnce sync.Once
- file_kuban_api_annotations_proto_rawDescData []byte
- )
- func file_kuban_api_annotations_proto_rawDescGZIP() []byte {
- file_kuban_api_annotations_proto_rawDescOnce.Do(func() {
- file_kuban_api_annotations_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_kuban_api_annotations_proto_rawDesc), len(file_kuban_api_annotations_proto_rawDesc)))
- })
- return file_kuban_api_annotations_proto_rawDescData
- }
- var file_kuban_api_annotations_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
- var file_kuban_api_annotations_proto_goTypes = []any{
- (*Options)(nil), // 0: kuban.api.Options
- (*OperationRecord)(nil), // 1: kuban.api.OperationRecord
- (*McpOptions)(nil), // 2: kuban.api.McpOptions
- (*descriptorpb.MethodOptions)(nil), // 3: google.protobuf.MethodOptions
- }
- var file_kuban_api_annotations_proto_depIdxs = []int32{
- 1, // 0: kuban.api.Options.operation_record:type_name -> kuban.api.OperationRecord
- 2, // 1: kuban.api.Options.mcp_options:type_name -> kuban.api.McpOptions
- 3, // 2: kuban.api.options:extendee -> google.protobuf.MethodOptions
- 0, // 3: kuban.api.options:type_name -> kuban.api.Options
- 4, // [4:4] is the sub-list for method output_type
- 4, // [4:4] is the sub-list for method input_type
- 3, // [3:4] is the sub-list for extension type_name
- 2, // [2:3] is the sub-list for extension extendee
- 0, // [0:2] is the sub-list for field type_name
- }
- func init() { file_kuban_api_annotations_proto_init() }
- func file_kuban_api_annotations_proto_init() {
- if File_kuban_api_annotations_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_kuban_api_annotations_proto_rawDesc), len(file_kuban_api_annotations_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 3,
- NumExtensions: 1,
- NumServices: 0,
- },
- GoTypes: file_kuban_api_annotations_proto_goTypes,
- DependencyIndexes: file_kuban_api_annotations_proto_depIdxs,
- MessageInfos: file_kuban_api_annotations_proto_msgTypes,
- ExtensionInfos: file_kuban_api_annotations_proto_extTypes,
- }.Build()
- File_kuban_api_annotations_proto = out.File
- file_kuban_api_annotations_proto_goTypes = nil
- file_kuban_api_annotations_proto_depIdxs = nil
- }
|