Documentation
¶
Index ¶
- type Client
- func (_m *Client) CreateSystemBundleUser(ctx context.Context, accessKey string, bucketName string, uniqueName string) (string, error)
- func (_m *Client) SetNewUserSecretKey(ctx context.Context, accessKey string) (string, error)
- func (_m *Client) UserExists(ctx context.Context, accessKey string) (bool, error)
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 NewClient ¶
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Client) CreateSystemBundleUser ¶
func (_m *Client) CreateSystemBundleUser(ctx context.Context, accessKey string, bucketName string, uniqueName string) (string, error)
CreateSystemBundleUser provides a mock function with given fields: ctx, accessKey, bucketName, uniqueName
func (*Client) SetNewUserSecretKey ¶
SetNewUserSecretKey provides a mock function with given fields: ctx, accessKey
Click to show internal directories.
Click to hide internal directories.