86 lines
2.8 KiB
Go
86 lines
2.8 KiB
Go
// 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"
|
|
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)
|
|
)
|
|
|
|
var file_aeus_command_proto_extTypes = []protoimpl.ExtensionInfo{
|
|
{
|
|
ExtendedType: (*descriptorpb.MethodOptions)(nil),
|
|
ExtensionType: (*string)(nil),
|
|
Field: 50001,
|
|
Name: "aeus.command",
|
|
Tag: "bytes,50001,opt,name=command",
|
|
Filename: "aeus/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 string command = 50001;
|
|
E_Command = &file_aeus_command_proto_extTypes[0]
|
|
)
|
|
|
|
var File_aeus_command_proto protoreflect.FileDescriptor
|
|
|
|
const file_aeus_command_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x12aeus/command.proto\x12\x04aeus\x1a google/protobuf/descriptor.proto:=\n" +
|
|
"\acommand\x12\x1e.google.protobuf.MethodOptions\x18ц\x03 \x01(\tR\acommand\x88\x01\x01B5Z3git.nobla.cn/golang/aeus/pkg/protoc/command;commandb\x06proto3"
|
|
|
|
var file_aeus_command_proto_goTypes = []any{
|
|
(*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
|
|
}
|
|
var file_aeus_command_proto_depIdxs = []int32{
|
|
0, // 0: aeus.command:extendee -> google.protobuf.MethodOptions
|
|
1, // [1:1] is the sub-list for method output_type
|
|
1, // [1:1] is the sub-list for method input_type
|
|
1, // [1:1] 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_aeus_command_proto_init() }
|
|
func file_aeus_command_proto_init() {
|
|
if File_aeus_command_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_aeus_command_proto_rawDesc), len(file_aeus_command_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 0,
|
|
NumExtensions: 1,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_aeus_command_proto_goTypes,
|
|
DependencyIndexes: file_aeus_command_proto_depIdxs,
|
|
ExtensionInfos: file_aeus_command_proto_extTypes,
|
|
}.Build()
|
|
File_aeus_command_proto = out.File
|
|
file_aeus_command_proto_goTypes = nil
|
|
file_aeus_command_proto_depIdxs = nil
|
|
}
|