Documentation ¶
Index ¶
- func IsNotFountError(err error) bool
- type OBS
- func (s *OBS) Close() error
- func (s *OBS) Delete(keys ...string) error
- func (s *OBS) Get(key string) (io.ReadCloser, dfs.Stat, error)
- func (s *OBS) GetBytes(key string) ([]byte, dfs.Stat, error)
- func (s *OBS) Put(key string, data io.Reader, options dfs.DfsOptions) error
- func (s *OBS) PutBytes(key string, out []byte, options dfs.DfsOptions) error
- func (s *OBS) Stat(key string) (dfs.Stat, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFountError ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.