Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store retrieves, creates and deletes snippets stored in the data store
func NewStore ¶
func NewStore(storage storage.BucketKeyValueStore) (*Store, error)
NewStore returns a new Store
Click to show internal directories.
Click to hide internal directories.