Documentation
¶
Overview ¶
Package localstorage provides local file system storage implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalStorage ¶
type LocalStorage struct {
// contains filtered or unexported fields
}
LocalStorage implements storage interface for local file system.
func NewLocalStorage ¶
func NewLocalStorage(dirpath string) *LocalStorage
NewLocalStorage creates a new LocalStorage instance.
Click to show internal directories.
Click to hide internal directories.