Documentation ¶
Index ¶
- Variables
- type Manager
- func (*Manager) Descriptor() ([]byte, []int)deprecated
- func (x *Manager) GetGroupsV2() map[string]*Nodes
- func (x *Manager) GetNodes() map[string]*point.Point
- func (x *Manager) GetTags() map[string]*Tags
- func (*Manager) ProtoMessage()
- func (x *Manager) ProtoReflect() protoreflect.Message
- func (x *Manager) Reset()
- func (x *Manager) String() string
- type Node
- func (*Node) Descriptor() ([]byte, []int)deprecated
- func (x *Node) GetLinks() map[string]*subscribe.Link
- func (x *Node) GetManager() *Manager
- func (x *Node) GetTcp() *point.Point
- func (x *Node) GetUdp() *point.Point
- func (*Node) ProtoMessage()
- func (x *Node) ProtoReflect() protoreflect.Message
- func (x *Node) Reset()
- func (x *Node) String() string
- type Nodes
- type Tags
Constants ¶
This section is empty.
Variables ¶
View Source
var File_node_node_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { GroupsV2 map[string]*Nodes `` /* 178-byte string literal not displayed */ Nodes map[string]*point.Point `` /* 151-byte string literal not displayed */ Tags map[string]*Tags `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Manager) Descriptor
deprecated
func (*Manager) GetGroupsV2 ¶
func (*Manager) ProtoMessage ¶
func (*Manager) ProtoMessage()
func (*Manager) ProtoReflect ¶
func (x *Manager) ProtoReflect() protoreflect.Message
type Node ¶
type Node struct { Tcp *point.Point `protobuf:"bytes,4,opt,name=tcp,proto3" json:"tcp,omitempty"` Udp *point.Point `protobuf:"bytes,5,opt,name=udp,proto3" json:"udp,omitempty"` Links map[string]*subscribe.Link `` /* 151-byte string literal not displayed */ Manager *Manager `protobuf:"bytes,3,opt,name=manager,proto3" json:"manager,omitempty"` // contains filtered or unexported fields }
func (*Node) Descriptor
deprecated
func (*Node) GetManager ¶
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) ProtoReflect ¶
func (x *Node) ProtoReflect() protoreflect.Message
type Nodes ¶
type Nodes struct { NodesV2 map[string]string `` /* 174-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Nodes) Descriptor
deprecated
func (*Nodes) GetNodesV2 ¶
func (*Nodes) ProtoMessage ¶
func (*Nodes) ProtoMessage()
func (*Nodes) ProtoReflect ¶
func (x *Nodes) ProtoReflect() protoreflect.Message
type Tags ¶
type Tags struct { Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"` Hash []string `protobuf:"bytes,2,rep,name=hash,proto3" json:"hash,omitempty"` // 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.