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