Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ type Ticker func New(conf *config.Config, updateCh chan<- any) *Ticker func (t *Ticker) Close() func (t *Ticker) Fetch(render chan<- *nightscout.Properties) time.Duration func (t *Ticker) Start(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ticker ¶ type Ticker struct { // contains filtered or unexported fields } func New ¶ func New(conf *config.Config, updateCh chan<- any) *Ticker func (*Ticker) Close ¶ func (t *Ticker) Close() func (*Ticker) Fetch ¶ func (t *Ticker) Fetch(render chan<- *nightscout.Properties) time.Duration func (*Ticker) Start ¶ func (t *Ticker) Start(ctx context.Context) Source Files ¶ View all Source files fetch.go render.go sleep_notifier.go ticker.go Click to show internal directories. Click to hide internal directories.