Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional jzero.api.HttpRule http = 10000;
E_Http = &file_jzero_api_http_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var (
// optional jzero.api.HttpRule http_group = 10001;
E_HttpGroup = &file_jzero_api_http_proto_extTypes[1]
)
Extension fields to descriptorpb.ServiceOptions.
View Source
var (
// optional jzero.api.ZrpcRule zrpc = 10002;
E_Zrpc = &file_jzero_api_zrpc_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var (
// optional jzero.api.ZrpcRule zrpc_group = 10003;
E_ZrpcGroup = &file_jzero_api_zrpc_proto_extTypes[1]
)
Extension fields to descriptorpb.ServiceOptions.
View Source
var File_jzero_api_http_proto protoreflect.FileDescriptor
View Source
var File_jzero_api_zrpc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HttpRule ¶
type HttpRule struct { Middleware string `protobuf:"bytes,1,opt,name=middleware,proto3" json:"middleware,omitempty"` // contains filtered or unexported fields }
func (*HttpRule) Descriptor
deprecated
func (*HttpRule) GetMiddleware ¶
func (*HttpRule) ProtoMessage ¶
func (*HttpRule) ProtoMessage()
func (*HttpRule) ProtoReflect ¶
func (x *HttpRule) ProtoReflect() protoreflect.Message
type ZrpcRule ¶
type ZrpcRule struct { Middleware string `protobuf:"bytes,1,opt,name=middleware,proto3" json:"middleware,omitempty"` // contains filtered or unexported fields }
func (*ZrpcRule) Descriptor
deprecated
func (*ZrpcRule) GetMiddleware ¶
func (*ZrpcRule) ProtoMessage ¶
func (*ZrpcRule) ProtoMessage()
func (*ZrpcRule) ProtoReflect ¶
func (x *ZrpcRule) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.