Documentation ¶
Index ¶
- func Sign(params url.Values) (query string, err error)
- type Dao
- func (d *Dao) Close()
- func (d *Dao) Upload(c context.Context, fileName string, fileType string, timing int64, data []byte, ...) (location string, err error)
- func (d *Dao) UploadNas(c context.Context, fileName string, data []byte, nas *conf.Bfs) (location string, err error)
- func (d *Dao) ZAddPush(c context.Context, resID int) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dao ¶
Dao .
func (*Dao) Upload ¶
func (d *Dao) Upload(c context.Context, fileName string, fileType string, timing int64, data []byte, bfs *conf.Bfs) (location string, err error)
Upload upload picture or log file to bfs
Click to show internal directories.
Click to hide internal directories.