Documentation ¶
Overview ¶
Package datastore has utilites to read and write from long running plugins data-store
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStore ¶
type DataStore interface { Write(data map[string]plugin.PluginInfo, location, fileName string) error Read(fileName string) (map[string]plugin.PluginInfo, error) }
DataStore is the interface to provide utilities to read & write from a data store
Click to show internal directories.
Click to hide internal directories.