Documentation
¶
Index ¶
- func NewDriver() core.Driver
- type Driver
- type File
- type Storage
- func (s *Storage) Delete(key string) error
- func (s *Storage) Exists(key string) (bool, error)
- func (s *Storage) Files(dir string) ([]core.File, error)
- func (s *Storage) Get(key string) (string, error)
- func (s *Storage) Put(key string, localPath string) error
- func (s *Storage) Save(key string, localPath string) error
- func (s *Storage) Size(key string) (int64, error)
- func (s *Storage) Storage() interface{}
- type Store
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) LastModified ¶
Click to show internal directories.
Click to hide internal directories.