Documentation ¶
Overview ¶
Package checklist defines a collection of types for managing index checklists.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // Set whether the path should be in the checklist. Set(index.Path, bool) error // Get whether the path is in the checklist. Get(index.Path) bool // List retuns a list of paths in the checklist. List() []index.Path }
Store is an interface which defines methods necessary for setting and getting checklist items for index paths.
Click to show internal directories.
Click to hide internal directories.