# README
huawei
import "github.com/ccheers/xpkg/oss/huawei"
Index
type Oss
type Oss struct {
// contains filtered or unexported fields
}
func NewOss
func NewOss(client *obs.ObsClient) *Oss
func (*Oss) Get
func (h *Oss) Get(ctx context.Context, bucket string, key string) (resp []byte, err error)
func (*Oss) Set
func (h *Oss) Set(ctx context.Context, bucket string, key string, reader io.Reader) (err error)
Generated by gomarkdoc
# Functions
No description provided by the author