Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemStorage ¶
type FileSystemStorage struct {
// contains filtered or unexported fields
}
func NewFileSystemStorage ¶
func NewFileSystemStorage(path string) (*FileSystemStorage, error)
func (*FileSystemStorage) FindByID ¶
func (f *FileSystemStorage) FindByID(_ context.Context, id uuid.UUID) (io.ReadCloser, error)
func (*FileSystemStorage) Store ¶
func (f *FileSystemStorage) Store(_ context.Context, id uuid.UUID, value io.ReadCloser) error
Click to show internal directories.
Click to hide internal directories.