Documentation ¶ Index ¶ type Notifier func NewNotifier(wsURL string, handshakeTimeout, writeTimeout time.Duration) *Notifier func (s *Notifier) Close() func (s *Notifier) Connected() bool func (s *Notifier) SetToken(token string) func (s *Notifier) Start() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Notifier ¶ type Notifier struct { HasUpdates chan string // contains filtered or unexported fields } func NewNotifier ¶ func NewNotifier(wsURL string, handshakeTimeout, writeTimeout time.Duration) *Notifier func (*Notifier) Close ¶ func (s *Notifier) Close() func (*Notifier) Connected ¶ func (s *Notifier) Connected() bool func (*Notifier) SetToken ¶ func (s *Notifier) SetToken(token string) func (*Notifier) Start ¶ func (s *Notifier) Start() Source Files ¶ View all Source files notifier.go Click to show internal directories. Click to hide internal directories.