1 Star 0 Fork 0

player1 / restful-api-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
request.pb.go 4.34 KB
一键复制 编辑 原始数据 按行查看 历史
player1 提交于 2024-03-01 00:52 . book-grpc集成至原先demo中
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.30.0
// protoc v3.21.6
// source: mcube/pb/request/request.proto
package request
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
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 UpdateMode int32
const (
UpdateMode_PUT UpdateMode = 0
UpdateMode_PATCH UpdateMode = 1
)
// Enum value maps for UpdateMode.
var (
UpdateMode_name = map[int32]string{
0: "PUT",
1: "PATCH",
}
UpdateMode_value = map[string]int32{
"PUT": 0,
"PATCH": 1,
}
)
func (x UpdateMode) Enum() *UpdateMode {
p := new(UpdateMode)
*p = x
return p
}
func (x UpdateMode) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (UpdateMode) Descriptor() protoreflect.EnumDescriptor {
return file_mcube_pb_request_request_proto_enumTypes[0].Descriptor()
}
func (UpdateMode) Type() protoreflect.EnumType {
return &file_mcube_pb_request_request_proto_enumTypes[0]
}
func (x UpdateMode) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use UpdateMode.Descriptor instead.
func (UpdateMode) EnumDescriptor() ([]byte, []int) {
return file_mcube_pb_request_request_proto_rawDescGZIP(), []int{0}
}
var File_mcube_pb_request_request_proto protoreflect.FileDescriptor
var file_mcube_pb_request_request_proto_rawDesc = []byte{
0x0a, 0x1e, 0x6d, 0x63, 0x75, 0x62, 0x65, 0x2f, 0x70, 0x62, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x12, 0x18, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6d, 0x63, 0x75,
0x62, 0x65, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2a, 0x20, 0x0a, 0x0a, 0x55, 0x70,
0x64, 0x61, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x07, 0x0a, 0x03, 0x50, 0x55, 0x54, 0x10,
0x00, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x41, 0x54, 0x43, 0x48, 0x10, 0x01, 0x42, 0x28, 0x5a, 0x26,
0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61,
0x62, 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x6d, 0x63, 0x75, 0x62, 0x65, 0x2f, 0x70, 0x62, 0x2f, 0x72,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_mcube_pb_request_request_proto_rawDescOnce sync.Once
file_mcube_pb_request_request_proto_rawDescData = file_mcube_pb_request_request_proto_rawDesc
)
func file_mcube_pb_request_request_proto_rawDescGZIP() []byte {
file_mcube_pb_request_request_proto_rawDescOnce.Do(func() {
file_mcube_pb_request_request_proto_rawDescData = protoimpl.X.CompressGZIP(file_mcube_pb_request_request_proto_rawDescData)
})
return file_mcube_pb_request_request_proto_rawDescData
}
var file_mcube_pb_request_request_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_mcube_pb_request_request_proto_goTypes = []interface{}{
(UpdateMode)(0), // 0: infraboard.mcube.request.UpdateMode
}
var file_mcube_pb_request_request_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for method output_type
0, // [0:0] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_mcube_pb_request_request_proto_init() }
func file_mcube_pb_request_request_proto_init() {
if File_mcube_pb_request_request_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_mcube_pb_request_request_proto_rawDesc,
NumEnums: 1,
NumMessages: 0,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_mcube_pb_request_request_proto_goTypes,
DependencyIndexes: file_mcube_pb_request_request_proto_depIdxs,
EnumInfos: file_mcube_pb_request_request_proto_enumTypes,
}.Build()
File_mcube_pb_request_request_proto = out.File
file_mcube_pb_request_request_proto_rawDesc = nil
file_mcube_pb_request_request_proto_goTypes = nil
file_mcube_pb_request_request_proto_depIdxs = nil
}
Go
1
https://gitee.com/player1111/restful-api-demo.git
git@gitee.com:player1111/restful-api-demo.git
player1111
restful-api-demo
restful-api-demo
19fd67857982

搜索帮助

53164aa7 5694891 3bd8fe86 5694891