Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalStore ¶
type LocalStore struct {
DirectoryName string
}
func (*LocalStore) Get ¶
func (s *LocalStore) Get(fileName string) (io.ReadCloser, error)
type Storer ¶
We could have multiple storers, gcloud, azure, aws, nfs, local, etc.
func CreateFileStore ¶
func NewLocalStore ¶
func NewLocalStore(cfg *config.StoreConfig) Storer
Click to show internal directories.
Click to hide internal directories.