Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastExample ¶
type BroadcastExample struct { Transport // contains filtered or unexported fields }
func (*BroadcastExample) New ¶
func (s *BroadcastExample) New(util NodeUtil) Node
func (*BroadcastExample) OnJoin ¶
func (s *BroadcastExample) OnJoin()
func (*BroadcastExample) OnLeave ¶
func (s *BroadcastExample) OnLeave()
func (*BroadcastExample) OnNotify ¶
func (s *BroadcastExample) OnNotify()
type DataLinkExample ¶
type DataLinkExample struct { Transport // contains filtered or unexported fields }
func (*DataLinkExample) New ¶
func (s *DataLinkExample) New(util NodeUtil) Node
func (*DataLinkExample) OnJoin ¶
func (s *DataLinkExample) OnJoin()
func (*DataLinkExample) OnLeave ¶
func (s *DataLinkExample) OnLeave()
func (*DataLinkExample) OnNotify ¶
func (s *DataLinkExample) OnNotify()
type RoutinesExample ¶
type RoutinesExample struct { RoutineCapabilities Transport // contains filtered or unexported fields }
func (*RoutinesExample) New ¶
func (s *RoutinesExample) New(util NodeUtil) Node
func (*RoutinesExample) OnJoin ¶
func (s *RoutinesExample) OnJoin()
func (*RoutinesExample) OnLeave ¶
func (s *RoutinesExample) OnLeave()
func (*RoutinesExample) OnNotify ¶
func (s *RoutinesExample) OnNotify()
type SinkExample ¶
type SinkExample struct { Transport // contains filtered or unexported fields }
func (*SinkExample) New ¶
func (s *SinkExample) New(util NodeUtil) Node
func (*SinkExample) OnJoin ¶
func (s *SinkExample) OnJoin()
func (*SinkExample) OnLeave ¶
func (s *SinkExample) OnLeave()
func (*SinkExample) OnNotify ¶
func (s *SinkExample) OnNotify()
type SomeBroadcast ¶
type SomeBroadcast struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.