Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FeedThreshold = defaultFeedThreshold
Functions ¶
func ReadFeedThresholdFromEnv ¶
func ReadFeedThresholdFromEnv()
func RetrieveNextFeed ¶
func RetrievePreviousFeed ¶
Types ¶
type AtomDataProcessor ¶
type AtomDataProcessor struct {
// contains filtered or unexported fields
}
func NewAtomDataProcessor ¶
func NewAtomDataProcessor(db *sql.DB) *AtomDataProcessor
func (*AtomDataProcessor) ProcessMessage ¶
func (adp *AtomDataProcessor) ProcessMessage(msg string) error
type TimestampedEvent ¶
func RetrieveArchive ¶
func RetrieveArchive(db *sql.DB, feedid string) ([]TimestampedEvent, error)
func RetrieveEvent ¶
func RetrieveRecent ¶
func RetrieveRecent(db *sql.DB) ([]TimestampedEvent, error)
Click to show internal directories.
Click to hide internal directories.