Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_hello_proto protoreflect.FileDescriptor
Functions ¶
func NewHelloWorldServer ¶
func NewHelloWorldServer(handler HelloWorld, opts ...HelloWorldServerOption) http.Handler
Types ¶
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) Descriptor
deprecated
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type HelloReq ¶
type HelloReq struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` // contains filtered or unexported fields }
func (*HelloReq) Descriptor
deprecated
func (*HelloReq) GetSubject ¶
func (*HelloReq) ProtoMessage ¶
func (*HelloReq) ProtoMessage()
func (*HelloReq) ProtoReflect ¶
func (x *HelloReq) ProtoReflect() protoreflect.Message
type HelloResp ¶
type HelloResp struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*HelloResp) Descriptor
deprecated
func (*HelloResp) ProtoMessage ¶
func (*HelloResp) ProtoMessage()
func (*HelloResp) ProtoReflect ¶
func (x *HelloResp) ProtoReflect() protoreflect.Message
type HelloWorld ¶
type HelloWorldClient ¶
func NewHelloWorldClient ¶
func NewHelloWorldClient(addr string, client ranger.HTTPClient, plugins ...ranger.ClientPlugin) (*HelloWorldClient, error)
type HelloWorldServer ¶
type HelloWorldServer struct {
// contains filtered or unexported fields
}
type HelloWorldServerOption ¶
type HelloWorldServerOption func(s *HelloWorldServer)
func WithUnknownFieldsForHelloWorldServer ¶
func WithUnknownFieldsForHelloWorldServer() HelloWorldServerOption
type Keystore ¶
type Keystore struct {
// contains filtered or unexported fields
}
func NewKeystore ¶
func NewKeystore() *Keystore
type Tags ¶
type Tags struct { Tags map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Tags) Descriptor
deprecated
func (*Tags) ProtoMessage ¶
func (*Tags) ProtoMessage()
func (*Tags) ProtoReflect ¶
func (x *Tags) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.