package
Version:
v0.0.0-...-44d4e1f
Opens a new window with list of versions in this module.
Published: Oct 29, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package events keeps track of the results of fetching feeds.
type Event struct {
At time.Time `json:"at"`
URI string `json:"uri"`
Code int `json:"code"`
}
An Event keeps track of the results of fetching a feed.
Events is a list of Event objects.
New returns an empty list of Events with a maximum size.
List the events, truncating to the size.
Prepend an event to the list.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.