Documentation ¶
Index ¶
- Variables
- type Backblaze
- func (this Backblaze) Cat(path string) (io.ReadCloser, error)
- func (this Backblaze) Init(params map[string]string, app *App) (IBackend, error)
- func (this Backblaze) LoginForm() Form
- func (this Backblaze) Ls(path string) ([]os.FileInfo, error)
- func (this Backblaze) Meta(path string) Metadata
- func (this Backblaze) Mkdir(path string) error
- func (this Backblaze) Mv(from string, to string) error
- func (this Backblaze) Rm(path string) error
- func (this Backblaze) Save(path string, file io.Reader) error
- func (this Backblaze) Touch(path string) error
- type BackblazeError
- type BackblazePath
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BackblazeCachePath string = "data/cache/tmp/" BackblazeCache AppCache )
Functions ¶
This section is empty.
Types ¶
type Backblaze ¶
type Backblaze struct { Buckets map[string]string ApiUrl string `json:"apiUrl"` DownloadUrl string `json:"downloadUrl"` AccountId string `json:"accountId"` Token string `json:"authorizationToken"` // contains filtered or unexported fields }
type BackblazeError ¶
type BackblazePath ¶
Click to show internal directories.
Click to hide internal directories.