// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.6 // protoc v5.29.3 // source: command.proto package command 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) ) type CommandOptions struct { state protoimpl.MessageState `protogen:"open.v1"` Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CommandOptions) Reset() { *x = CommandOptions{} mi := &file_command_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CommandOptions) String() string { return protoimpl.X.MessageStringOf(x) } func (*CommandOptions) ProtoMessage() {} func (x *CommandOptions) ProtoReflect() protoreflect.Message { mi := &file_command_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 CommandOptions.ProtoReflect.Descriptor instead. func (*CommandOptions) Descriptor() ([]byte, []int) { return file_command_proto_rawDescGZIP(), []int{0} } func (x *CommandOptions) GetPath() string { if x != nil { return x.Path } return "" } func (x *CommandOptions) GetDescription() string { if x != nil { return x.Description } return "" } var file_command_proto_extTypes = []protoimpl.ExtensionInfo{ { ExtendedType: (*descriptorpb.MethodOptions)(nil), ExtensionType: (*CommandOptions)(nil), Field: 50001, Name: "aeus.command", Tag: "bytes,50001,opt,name=command", Filename: "command.proto", }, } // Extension fields to descriptorpb.MethodOptions. var ( // The 'command' option will be a string. // Choose a field number in the reserved range (50000-99999) to avoid conflicts. // // optional aeus.CommandOptions command = 50001; E_Command = &file_command_proto_extTypes[0] ) var File_command_proto protoreflect.FileDescriptor const file_command_proto_rawDesc = "" + "\n" + "\rcommand.proto\x12\x04aeus\x1a google/protobuf/descriptor.proto\"F\n" + "\x0eCommandOptions\x12\x12\n" + "\x04path\x18\x01 \x01(\tR\x04path\x12 \n" + "\vdescription\x18\x02 \x01(\tR\vdescription:S\n" + "\acommand\x12\x1e.google.protobuf.MethodOptions\x18ц\x03 \x01(\v2\x14.aeus.CommandOptionsR\acommand\x88\x01\x01B-Z+git.nobla.cn/golang/aeus/pkg/protoc/commandb\x06proto3" var ( file_command_proto_rawDescOnce sync.Once file_command_proto_rawDescData []byte ) func file_command_proto_rawDescGZIP() []byte { file_command_proto_rawDescOnce.Do(func() { file_command_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_command_proto_rawDesc), len(file_command_proto_rawDesc))) }) return file_command_proto_rawDescData } var file_command_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_command_proto_goTypes = []any{ (*CommandOptions)(nil), // 0: aeus.CommandOptions (*descriptorpb.MethodOptions)(nil), // 1: google.protobuf.MethodOptions } var file_command_proto_depIdxs = []int32{ 1, // 0: aeus.command:extendee -> google.protobuf.MethodOptions 0, // 1: aeus.command:type_name -> aeus.CommandOptions 2, // [2:2] is the sub-list for method output_type 2, // [2:2] is the sub-list for method input_type 1, // [1:2] is the sub-list for extension type_name 0, // [0:1] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_command_proto_init() } func file_command_proto_init() { if File_command_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_command_proto_rawDesc), len(file_command_proto_rawDesc)), NumEnums: 0, NumMessages: 1, NumExtensions: 1, NumServices: 0, }, GoTypes: file_command_proto_goTypes, DependencyIndexes: file_command_proto_depIdxs, MessageInfos: file_command_proto_msgTypes, ExtensionInfos: file_command_proto_extTypes, }.Build() File_command_proto = out.File file_command_proto_goTypes = nil file_command_proto_depIdxs = nil }