Versions in this module Expand all Collapse all v0 v0.1.15 Jul 17, 2021 v0.1.14 Jul 17, 2021 Changes in this version + var File_nrpc_nrpc_proto protoreflect.FileDescriptor + type Begin struct + Header *Metadata + Nid string + func (*Begin) Descriptor() ([]byte, []int) + func (*Begin) ProtoMessage() + func (x *Begin) GetHeader() *Metadata + func (x *Begin) GetNid() string + func (x *Begin) ProtoReflect() protoreflect.Message + func (x *Begin) Reset() + func (x *Begin) String() string + type Call struct + Metadata *Metadata + Method string + Nid string + func (*Call) Descriptor() ([]byte, []int) + func (*Call) ProtoMessage() + func (x *Call) GetMetadata() *Metadata + func (x *Call) GetMethod() string + func (x *Call) GetNid() string + func (x *Call) ProtoReflect() protoreflect.Message + func (x *Call) Reset() + func (x *Call) String() string + type Data struct + Data []byte + func (*Data) Descriptor() ([]byte, []int) + func (*Data) ProtoMessage() + func (x *Data) GetData() []byte + func (x *Data) ProtoReflect() protoreflect.Message + func (x *Data) Reset() + func (x *Data) String() string + type End struct + Status *status.Status + Trailer *Metadata + func (*End) Descriptor() ([]byte, []int) + func (*End) ProtoMessage() + func (x *End) GetStatus() *status.Status + func (x *End) GetTrailer() *Metadata + func (x *End) ProtoReflect() protoreflect.Message + func (x *End) Reset() + func (x *End) String() string + type Metadata struct + Md map[string]*Strings + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (x *Metadata) GetMd() map[string]*Strings + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type Request struct + Type isRequest_Type + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (m *Request) GetType() isRequest_Type + func (x *Request) GetCall() *Call + func (x *Request) GetData() *Data + func (x *Request) GetEnd() *End + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type Request_Call struct + Call *Call + type Request_Data struct + Data *Data + type Request_End struct + End *End + type Response struct + Type isResponse_Type + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (m *Response) GetType() isResponse_Type + func (x *Response) GetBegin() *Begin + func (x *Response) GetData() *Data + func (x *Response) GetEnd() *End + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type Response_Begin struct + Begin *Begin + type Response_Data struct + Data *Data + type Response_End struct + End *End + type Strings struct + Values []string + func (*Strings) Descriptor() ([]byte, []int) + func (*Strings) ProtoMessage() + func (x *Strings) GetValues() []string + func (x *Strings) ProtoReflect() protoreflect.Message + func (x *Strings) Reset() + func (x *Strings) String() string