Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForceProcessFeed ¶ added in v0.0.2
func ForceProcessFeed(name string)
func UpdateFeeds ¶
func UpdateFeeds(feeds []*Feed)
Types ¶
type Feed ¶
type Feed struct { Id int Repo string Filter string Name string MessagePattern string // contains filtered or unexported fields }
func (*Feed) ForceProcess ¶ added in v0.0.2
func (f *Feed) ForceProcess()
func (*Feed) ProcessFeed ¶
func (f *Feed) ProcessFeed()
func (*Feed) SetCfg ¶
func (f *Feed) SetCfg(cfg configs.FeedsConfig)
type UpdateType ¶
type UpdateType int
const ( NewRelease UpdateType = iota Retag DescriptionChange )
func (UpdateType) String ¶ added in v0.0.2
func (t UpdateType) String() string
Click to show internal directories.
Click to hide internal directories.