Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RSS ¶
type RSS struct { integrations.Integration // initialTime stores the time.Now just before // the module is loaded. It would be inconsistent // to get the time.Now after requests all RSSs concurrently. // Because we would ignore the time diff between, otherwise. // Will set from main. InitialTime time.Time // contains filtered or unexported fields }
func (*RSS) GenerateSlackMessage ¶
func (r *RSS) GenerateSlackMessage(options integrations.GenerateMessageOptions) (*slack.WebhookMessage, error)
Click to show internal directories.
Click to hide internal directories.