Documentation ¶
Index ¶
- type Doc
- func (*Doc) Descriptor() ([]byte, []int)
- func (m *Doc) GetDoc() string
- func (*Doc) ProtoMessage()
- func (m *Doc) Reset()
- func (m *Doc) String() string
- func (m *Doc) XXX_DiscardUnknown()
- func (m *Doc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Doc) XXX_Merge(src proto.Message)
- func (m *Doc) XXX_Size() int
- func (m *Doc) XXX_Unmarshal(b []byte) error
- type RPCMsg
- func (*RPCMsg) Descriptor() ([]byte, []int)
- func (m *RPCMsg) GetMsg() string
- func (*RPCMsg) ProtoMessage()
- func (m *RPCMsg) Reset()
- func (m *RPCMsg) String() string
- func (m *RPCMsg) XXX_DiscardUnknown()
- func (m *RPCMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RPCMsg) XXX_Merge(src proto.Message)
- func (m *RPCMsg) XXX_Size() int
- func (m *RPCMsg) XXX_Unmarshal(b []byte) error
- type RPCRes
- func (*RPCRes) Descriptor() ([]byte, []int)
- func (m *RPCRes) GetMsg() string
- func (*RPCRes) ProtoMessage()
- func (m *RPCRes) Reset()
- func (m *RPCRes) String() string
- func (m *RPCRes) XXX_DiscardUnknown()
- func (m *RPCRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RPCRes) XXX_Merge(src proto.Message)
- func (m *RPCRes) XXX_Size() int
- func (m *RPCRes) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶ added in v0.7.6
type Doc struct { Doc string `protobuf:"bytes,1,opt,name=doc,proto3" json:"doc,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Doc) Descriptor ¶ added in v0.7.6
func (*Doc) ProtoMessage ¶ added in v0.7.6
func (*Doc) ProtoMessage()
func (*Doc) XXX_DiscardUnknown ¶ added in v0.7.6
func (m *Doc) XXX_DiscardUnknown()
func (*Doc) XXX_Marshal ¶ added in v0.7.6
func (*Doc) XXX_Unmarshal ¶ added in v0.7.6
type RPCMsg ¶
type RPCMsg struct { Msg string `protobuf:"bytes,1,opt,name=Msg,proto3" json:"Msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
RPCMsg message to be sent using rpc
func (*RPCMsg) Descriptor ¶
func (*RPCMsg) ProtoMessage ¶
func (*RPCMsg) ProtoMessage()
func (*RPCMsg) XXX_DiscardUnknown ¶ added in v0.7.6
func (m *RPCMsg) XXX_DiscardUnknown()
func (*RPCMsg) XXX_Marshal ¶ added in v0.7.6
func (*RPCMsg) XXX_Unmarshal ¶ added in v0.7.6
type RPCRes ¶
type RPCRes struct { Msg string `protobuf:"bytes,1,opt,name=Msg,proto3" json:"Msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
RPCRes is the rpc response
func (*RPCRes) Descriptor ¶
func (*RPCRes) ProtoMessage ¶
func (*RPCRes) ProtoMessage()
func (*RPCRes) XXX_DiscardUnknown ¶ added in v0.7.6
func (m *RPCRes) XXX_DiscardUnknown()
func (*RPCRes) XXX_Marshal ¶ added in v0.7.6
func (*RPCRes) XXX_Unmarshal ¶ added in v0.7.6
Click to show internal directories.
Click to hide internal directories.