Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStorage ¶
type FileStorage struct {
// contains filtered or unexported fields
}
func (*FileStorage) Enabled ¶
func (fs *FileStorage) Enabled() bool
func (*FileStorage) Reader ¶
func (fs *FileStorage) Reader() (io.ReadCloser, error)
func (*FileStorage) Writer ¶
func (fs *FileStorage) Writer() (io.WriteCloser, error)
type Storage ¶
type Storage interface { Reader() (io.ReadCloser, error) Writer() (io.WriteCloser, error) Enabled() bool }
Click to show internal directories.
Click to hide internal directories.