Documentation ¶ Index ¶ func Start(onStart func()) func Stop() type Tray func New(online bool) *Tray func (t *Tray) QuitChan() <-chan struct{} func (t *Tray) SelfNodeChan() <-chan struct{} func (t *Tray) ShowChan() <-chan struct{} func (t *Tray) Update(s tsutil.Status, previousOnlineStatus bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(onStart func()) func Stop ¶ func Stop() Types ¶ type Tray ¶ type Tray struct { // contains filtered or unexported fields } func New ¶ func New(online bool) *Tray func (*Tray) QuitChan ¶ func (t *Tray) QuitChan() <-chan struct{} func (*Tray) SelfNodeChan ¶ added in v0.11.0 func (t *Tray) SelfNodeChan() <-chan struct{} func (*Tray) ShowChan ¶ func (t *Tray) ShowChan() <-chan struct{} func (*Tray) Update ¶ added in v0.11.0 func (t *Tray) Update(s tsutil.Status, previousOnlineStatus bool) Source Files ¶ View all Source files tray.go Click to show internal directories. Click to hide internal directories.