Documentation ¶
Index ¶
- Variables
- type S3Backend
- func (this S3Backend) Cat(path string) (io.ReadCloser, error)
- func (this S3Backend) Init(params map[string]string, app *App) (IBackend, error)
- func (this S3Backend) LoginForm() Form
- func (this S3Backend) Ls(path string) (files []os.FileInfo, err error)
- func (this S3Backend) Meta(path string) Metadata
- func (this S3Backend) Mkdir(path string) error
- func (this S3Backend) Mv(from string, to string) error
- func (this S3Backend) Rm(path string) error
- func (this S3Backend) Save(path string, file io.Reader) error
- func (this S3Backend) Touch(path string) error
- type S3Path
Constants ¶
This section is empty.
Variables ¶
View Source
var S3Cache AppCache
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.