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