Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketAttrs ¶
BucketAttrs is an autogenerated mock type for the BucketAttrs type
func (*BucketAttrs) Name ¶
func (_m *BucketAttrs) Name() string
name provides a mock function with given fields:
type BucketHandle ¶
BucketHandle is an autogenerated mock type for the BucketHandle type
func (*BucketHandle) Delete ¶
func (_m *BucketHandle) Delete(ctx context.Context) error
Delete provides a mock function with given fields: ctx
func (*BucketHandle) Object ¶
func (_m *BucketHandle) Object(name string) storage.ObjectHandle
Object provides a mock function with given fields: name
func (*BucketHandle) Objects ¶
func (_m *BucketHandle) Objects(ctx context.Context, q storage.Query) storage.ObjectIterator
Objects provides a mock function with given fields: ctx, q
type BucketIterator ¶
BucketIterator is an autogenerated mock type for the BucketIterator type
func (*BucketIterator) Next ¶
func (_m *BucketIterator) Next() (storage.BucketAttrs, error)
Next provides a mock function with given fields:
type BucketObject ¶
BucketObject is an autogenerated mock type for the BucketObject type
func (*BucketObject) Bucket ¶
func (_m *BucketObject) Bucket() string
Bucket provides a mock function with given fields:
func (*BucketObject) Name ¶
func (_m *BucketObject) Name() string
name provides a mock function with given fields:
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) Bucket ¶
func (_m *Client) Bucket(bucketName string) storage.BucketHandle
Bucket provides a mock function with given fields: bucketName
type ObjectAttrs ¶
ObjectAttrs is an autogenerated mock type for the ObjectAttrs type
func (*ObjectAttrs) Bucket ¶
func (_m *ObjectAttrs) Bucket() string
Bucket provides a mock function with given fields:
func (*ObjectAttrs) Name ¶
func (_m *ObjectAttrs) Name() string
name provides a mock function with given fields:
type ObjectHandle ¶
ObjectHandle is an autogenerated mock type for the ObjectHandle type
type ObjectIterator ¶
ObjectIterator is an autogenerated mock type for the ObjectIterator type
func (*ObjectIterator) Next ¶
func (_m *ObjectIterator) Next() (storage.ObjectAttrs, error)
Next provides a mock function with given fields: