Documentation ¶
Index ¶
- type Tencent
- func (s *Tencent) Delete(key string) error
- func (s *Tencent) Exists(key string) (bool, error)
- func (s *Tencent) GenTemporaryURL(key string) (string, error)
- func (s *Tencent) Get(key string) (io.ReadCloser, error)
- func (s *Tencent) NewPutChunk(key string) (types.PutChunk, error)
- func (s *Tencent) NewPutChunkByUploadID(key, id string) (types.PutChunk, error)
- func (s *Tencent) Put(key string, r io.Reader) error
- func (s *Tencent) PutBytes(key string, in []byte) error
- func (s *Tencent) PutFromLocal(key string, localPath string) error
- func (s *Tencent) Size(key string) (int64, error)
- func (s *Tencent) VerifyTemporaryURL(key string, expire string, sign string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tencent ¶
type Tencent struct {
// contains filtered or unexported fields
}
func (*Tencent) NewPutChunkByUploadID ¶
Click to show internal directories.
Click to hide internal directories.