Documentation
¶
Index ¶
- func NewTencentCOSStorage(args oss.OSSArgs) (oss.OSS, error)
- type TencentCOSStorage
- func (s *TencentCOSStorage) Delete(key string) error
- func (s *TencentCOSStorage) Exists(key string) (bool, error)
- func (s *TencentCOSStorage) List(prefix string) ([]oss.OSSPath, error)
- func (s *TencentCOSStorage) Load(key string) ([]byte, error)
- func (s *TencentCOSStorage) Save(key string, data []byte) error
- func (s *TencentCOSStorage) State(key string) (oss.OSSState, error)
- func (s *TencentCOSStorage) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TencentCOSStorage ¶
type TencentCOSStorage struct {
// contains filtered or unexported fields
}
func (*TencentCOSStorage) Delete ¶
func (s *TencentCOSStorage) Delete(key string) error
func (*TencentCOSStorage) List ¶
func (s *TencentCOSStorage) List(prefix string) ([]oss.OSSPath, error)
func (*TencentCOSStorage) State ¶
func (s *TencentCOSStorage) State(key string) (oss.OSSState, error)
func (*TencentCOSStorage) Type ¶
func (s *TencentCOSStorage) Type() string
Click to show internal directories.
Click to hide internal directories.