Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectDefault ¶
type ConnectDefault struct {
Message string
}
func NewConnectDefault ¶
func NewConnectDefault() *ConnectDefault
func (*ConnectDefault) Get ¶
func (i *ConnectDefault) Get() error
type ConnectNext ¶
type ConnectNext struct {
Message string
}
func NewConnectNext ¶
func NewConnectNext() *ConnectNext
func (*ConnectNext) Get ¶
func (i *ConnectNext) Get() error
type Disconnect ¶
type Disconnect struct {
Message string
}
func NewDisconnect ¶
func NewDisconnect() *Disconnect
func (*Disconnect) Disconnect ¶
func (i *Disconnect) Disconnect(nodeId string) error
type FoundPeers ¶
func NewFoundPeers ¶
func NewFoundPeers() *FoundPeers
type History ¶
type History struct {
Connections []admin.Connection
}
func NewHistory ¶
func NewHistory() *History
type ListConnections ¶
type ListConnections struct {
Connections string
}
func NewListConnections ¶
func NewListConnections() *ListConnections
func (*ListConnections) List ¶
func (c *ListConnections) List() error
type LoopingToggle ¶
type LoopingToggle struct {
Message string
}
func NewLoopingToggle ¶
func NewLoopingToggle() *LoopingToggle
func (*LoopingToggle) Disable ¶
func (i *LoopingToggle) Disable() error
func (*LoopingToggle) Enable ¶
func (i *LoopingToggle) Enable() error
Click to show internal directories.
Click to hide internal directories.