Documentation ¶
Index ¶
- Variables
- type GRPC
- type GRPC_Method
- type GRPC_Server
- type Method
- func (*Method) Descriptor() ([]byte, []int)deprecated
- func (x *Method) GetMethod() string
- func (x *Method) GetPackage() string
- func (x *Method) GetService() string
- func (*Method) ProtoMessage()
- func (x *Method) ProtoReflect() protoreflect.Message
- func (x *Method) Reset()
- func (x *Method) String() string
- type Server
Constants ¶
This section is empty.
Variables ¶
View Source
var File_grpc_grpc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GRPC ¶
type GRPC struct { // Types that are assignable to Type: // // *GRPC_Method // *GRPC_Server Type isGRPC_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*GRPC) Descriptor
deprecated
func (*GRPC) ProtoMessage ¶
func (*GRPC) ProtoMessage()
func (*GRPC) ProtoReflect ¶
func (x *GRPC) ProtoReflect() protoreflect.Message
type GRPC_Method ¶
type GRPC_Method struct {
Method *Method `protobuf:"bytes,1,opt,name=method,proto3,oneof"`
}
type GRPC_Server ¶
type GRPC_Server struct {
Server *Server `protobuf:"bytes,2,opt,name=server,proto3,oneof"`
}
type Method ¶
type Method struct { Package string `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*Method) Descriptor
deprecated
func (*Method) GetPackage ¶
func (*Method) GetService ¶
func (*Method) ProtoMessage ¶
func (*Method) ProtoMessage()
func (*Method) ProtoReflect ¶
func (x *Method) ProtoReflect() protoreflect.Message
type Server ¶
type Server struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` // contains filtered or unexported fields }
func (*Server) Descriptor
deprecated
func (*Server) ProtoMessage ¶
func (*Server) ProtoMessage()
func (*Server) ProtoReflect ¶
func (x *Server) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.