Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0 ¶
Code generated by mockery v1.0.0
Index ¶
- type Client
- func (_m *Client) BucketExists(bucketName string) (bool, error)
- func (_m *Client) GetObjectWithContext(ctx context.Context, bucketName string, objectName string, ...) (*minio_go.Object, error)
- func (_m *Client) MakeBucket(bucketName string, location string) error
- func (_m *Client) PutObjectWithContext(ctx context.Context, bucketName string, objectName string, reader io.Reader, ...) (int64, error)
- func (_m *Client) RemoveObject(bucketName string, objectName string) error
- type Repository
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) BucketExists ¶
BucketExists provides a mock function with given fields: bucketName
func (*Client) GetObjectWithContext ¶
func (_m *Client) GetObjectWithContext(ctx context.Context, bucketName string, objectName string, opts minio_go.GetObjectOptions) (*minio_go.Object, error)
GetObjectWithContext provides a mock function with given fields: ctx, bucketName, objectName, opts
func (*Client) MakeBucket ¶
MakeBucket provides a mock function with given fields: bucketName, location
func (*Client) PutObjectWithContext ¶
func (_m *Client) PutObjectWithContext(ctx context.Context, bucketName string, objectName string, reader io.Reader, objectSize int64, opts minio_go.PutObjectOptions) (int64, error)
PutObjectWithContext provides a mock function with given fields: ctx, bucketName, objectName, reader, objectSize, opts
type Repository ¶
Repository is an autogenerated mock type for the Repository type
type Service ¶
Service is an autogenerated mock type for the Service type
Click to show internal directories.
Click to hide internal directories.