Documentation ¶
Overview ¶
Package filestorage implements Storage interface that uses files on disk as storage.
Index ¶
Constants ¶
View Source
const StorageType = "file"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStorage ¶
type FileStorage struct {
// contains filtered or unexported fields
}
func New ¶
func New(dest string) (*FileStorage, error)
func (*FileStorage) Dest ¶
func (s *FileStorage) Dest() string
Click to show internal directories.
Click to hide internal directories.