Documentation ¶
Index ¶
- func Save(config *Config, filePath string) error
- type Config
- func (c *Config) AddFeed(url url.URL, feedType string, interval time.Duration)
- func (c *Config) AddFilesystemHook(feedId string, directory string)
- func (c *Config) AddStdoutHook(feedId string)
- func (c *Config) AddWebHook(feedId string, url string)
- func (c *Config) GetWebhooks(feedId string) []*Webhook
- func (c *Config) HasFeed(feedId string) bool
- type Feed
- type Webhook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
func ReadOrInit ¶
func (*Config) AddFilesystemHook ¶
func (*Config) AddStdoutHook ¶
func (*Config) AddWebHook ¶
func (*Config) GetWebhooks ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.