Documentation
¶
Overview ¶
Package file implements a file-backed object store
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileStore ¶
func NewFileStore(dir string) (store.ObjectStore, error)
NewFileStore creates an object store backed by a directory
func NewTempFileStore ¶
func NewTempFileStore() (store.ObjectStore, error)
NewTempFileStore creates a file object store using a temporary file
Types ¶
Click to show internal directories.
Click to hide internal directories.