Documentation
¶
Index ¶
- func RemoveDir(ctx context.Context, bucket *BucketHandle, dir string) error
- type BucketHandle
- type Object
- func (o *Object) Delete() error
- func (o *Object) ReadAt(b []byte, off int64) (n int, err error)
- func (o *Object) ReadFrom(src io.Reader) (int64, error)
- func (o *Object) Size() (int64, error)
- func (o *Object) UploadWithCli(ctx context.Context, path string) error
- func (o *Object) WriteTo(dst io.Writer) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BucketHandle ¶
type BucketHandle = storage.BucketHandle
func GetTemplateBucket ¶
func GetTemplateBucket() *BucketHandle
Click to show internal directories.
Click to hide internal directories.