Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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) 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 )
Click to show internal directories.
Click to hide internal directories.