Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { // Get the list of known keys Keys() ([]string, error) // Load image data with the given key Load(key string) (*analysis.ImageData, error) // Store an image with the given key for retrieval later Store(key string, data *analysis.ImageData) error }
Storage stores metadata for images
func NewBoltStorage ¶
NewBoltStorage get a bolt index for the given target
Click to show internal directories.
Click to hide internal directories.