Documentation
¶
Index ¶
- type Chunk
- type Local
- func (s *Local) Delete(key string) error
- func (s *Local) Exists(key string) (bool, error)
- func (s *Local) GenTemporaryURL(key string) (string, error)
- func (s *Local) Get(key string) (io.ReadCloser, error)
- func (s *Local) NewPutChunk(key string) (types.PutChunk, error)
- func (s *Local) NewPutChunkByUploadID(key, id string) (types.PutChunk, error)
- func (s *Local) Put(key string, r io.Reader) error
- func (s *Local) PutBytes(key string, in []byte) error
- func (s *Local) PutFromLocal(key string, LocalPath string) error
- func (s *Local) Size(key string) (int64, error)
- func (s *Local) 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 Chunk ¶
type Local ¶
type Local struct {
// contains filtered or unexported fields
}
func (*Local) NewPutChunkByUploadID ¶
Click to show internal directories.
Click to hide internal directories.