Documentation ¶
Overview ¶
Package history implements functionality for fetching/adding to play history.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // Add a play event to the store. Add(index.Path) error // Get the play events associated to a path. Get(index.Path) []time.Time }
Store is an interface which defines methods necessary for fetching/adding to play history for index paths. All times are stored in UTC.
Click to show internal directories.
Click to hide internal directories.