Documentation ¶
Index ¶
- func ChannelSockets() []*zpb.Socket
- func Channels() []*zpb.Channel
- func Connect(address string)
- func IsConnected() bool
- func ServerSockets() []*zpb.Socket
- func Servers() []*zpb.Server
- func Socket(socketID int64) *zpb.Socket
- func Subchannel(subchannelID int64) *zpb.Subchannel
- func Subchannels() []*zpb.Subchannel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelSockets ¶
ChannelSockets returns all sockets for clients (channels)
func Connect ¶
func Connect(address string)
Connect connects to the service at address and creates stubs
func ServerSockets ¶
ServerSockets returns all sockets for servers
func Subchannel ¶
func Subchannel(subchannelID int64) *zpb.Subchannel
Subchannel returns the queried subchannel
func Subchannels ¶
func Subchannels() []*zpb.Subchannel
Subchannels traverses all channels and fetches all subchannels
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.