Documentation ¶
Index ¶
- Variables
- type Empty
- type Node
- func (*Node) Descriptor() ([]byte, []int)deprecated
- func (x *Node) GetDc() string
- func (x *Node) GetNid() string
- func (x *Node) GetRpc() *RPC
- func (x *Node) GetService() string
- func (*Node) ProtoMessage()
- func (x *Node) ProtoReflect() protoreflect.Message
- func (x *Node) Reset()
- func (x *Node) String() string
- type RPC
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_ion_ion_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
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 Node ¶
type Node struct { Dc string `protobuf:"bytes,1,opt,name=dc,proto3" json:"dc,omitempty"` Nid string `protobuf:"bytes,2,opt,name=nid,proto3" json:"nid,omitempty"` Service string `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty"` Rpc *RPC `protobuf:"bytes,4,opt,name=rpc,proto3" json:"rpc,omitempty"` // contains filtered or unexported fields }
func (*Node) Descriptor
deprecated
func (*Node) GetService ¶
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) ProtoReflect ¶
func (x *Node) ProtoReflect() protoreflect.Message
type RPC ¶
type RPC struct { Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` Params map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RPC) Descriptor
deprecated
func (*RPC) GetProtocol ¶
func (*RPC) ProtoMessage ¶
func (*RPC) ProtoMessage()
func (*RPC) ProtoReflect ¶
func (x *RPC) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.