Documentation
¶
Index ¶
Constants ¶
View Source
const (
EnvFeedThreshold = "FEED_THRESHOLD"
)
Variables ¶
This section is empty.
Functions ¶
func RetrieveNextFeed ¶
func RetrievePreviousFeed ¶
Types ¶
type AtomDataProcessor ¶
type AtomDataProcessor struct {
// contains filtered or unexported fields
}
func NewAtomDataProcessor ¶
func NewAtomDataProcessor(db *sql.DB, env *envinject.InjectedEnv) (*AtomDataProcessor, error)
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.