Documentation ¶ Index ¶ type Oss func (s *Oss) Delete(endpoint string, key string) error func (s *Oss) GetObject(endpoint string, key string) ([]byte, error) func (s *Oss) Init() func (s *Oss) Upload(endpoint string, key string, data []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Oss ¶ type Oss struct { base.BaseOss // contains filtered or unexported fields } func (*Oss) Delete ¶ func (s *Oss) Delete(endpoint string, key string) error func (*Oss) GetObject ¶ func (s *Oss) GetObject(endpoint string, key string) ([]byte, error) func (*Oss) Init ¶ func (s *Oss) Init() func (*Oss) Upload ¶ func (s *Oss) Upload(endpoint string, key string, data []byte) error Source Files ¶ View all Source files oss.go Click to show internal directories. Click to hide internal directories.