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