Documentation ¶
Overview ¶
Package rating defines types and methods for setting/getting ratings for paths and persisting this data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // Set the rating for the path. Set(index.Path, Value) error // Get the rating for the path. Get(index.Path) Value }
Store is an interface which defines methods necessary for setting and getting ratings for index paths.
Click to show internal directories.
Click to hide internal directories.