Versions in this module Expand all Collapse all v0 v0.0.2 Dec 14, 2022 v0.0.1 Dec 14, 2022 Changes in this version + type Config struct + Notify Notify + Pages []Page + func Load(path string) (*Config, error) + type Email struct + Address string + Password string + Port string + Receivers []string + User string + type Notify struct + Email *Email + Slack *Slack + type Page struct + Schedule string + Selector string + URL string + type Slack struct + ChannelID string + Token string