Documentation ¶
Index ¶
- Constants
- type Options
- type Oss
- func (o *Oss) Bucket() *oss.Bucket
- func (o *Oss) Client() *oss.Client
- func (o *Oss) Get(src string) io.ReadCloser
- func (o *Oss) GetFile(src, dst string)
- func (o *Oss) Proxy() string
- func (o *Oss) Put(src io.Reader, dst string, filename ...string)
- func (o *Oss) PutDir(src, dst string, filter func(path string))
- func (o *Oss) PutFile(src, dst string, filename ...string)
- func (o *Oss) Use(bucketName string)
Constants ¶
View Source
const ( OssErrorInit = 1 + iota OssErrorUse OssErrorPut OssErrorGet )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.