Documentation ¶
Index ¶
- type Client
- func (_m *Client) Close() error
- func (_m *Client) CreateWorkspace(_a0 minion.Workspace) ([]*messages.Message, error)
- func (_m *Client) GetLicense() (config.License, error)
- func (_m *Client) GetUpdates(_a0 string) ([]*minion.ServiceUpdate, error)
- func (_m *Client) GetVersion() (string, error)
- func (_m *Client) PerformUpdates(_a0 string, _a1 []*minion.ServiceUpdate) error
- type KeldaClient
- func (_m *KeldaClient) CreateWorkspace(ctx context.Context, in *minion.CreateWorkspaceRequest, ...) (*minion.CreateWorkspaceResponse, error)
- func (_m *KeldaClient) GetLicense(ctx context.Context, in *minion.GetLicenseRequest, opts ...grpc.CallOption) (*minion.GetLicenseResponse, error)
- func (_m *KeldaClient) GetUpdates(ctx context.Context, in *minion.GetUpdatesRequest, opts ...grpc.CallOption) (*minion.GetUpdatesResponse, error)
- func (_m *KeldaClient) GetVersion(ctx context.Context, in *minion.GetVersionRequest, opts ...grpc.CallOption) (*minion.GetVersionResponse, error)
- func (_m *KeldaClient) LogEvent(ctx context.Context, in *minion.LogEventRequest, opts ...grpc.CallOption) (*minion.LogEventResponse, error)
- func (_m *KeldaClient) PerformUpdates(ctx context.Context, in *minion.PerformUpdatesRequest, opts ...grpc.CallOption) (*minion.PerformUpdatesResponse, 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 (*Client) CreateWorkspace ¶
CreateWorkspace provides a mock function with given fields: _a0
func (*Client) GetLicense ¶
GetLicense provides a mock function with given fields:
func (*Client) GetUpdates ¶
func (_m *Client) GetUpdates(_a0 string) ([]*minion.ServiceUpdate, error)
GetUpdates provides a mock function with given fields: _a0
func (*Client) GetVersion ¶
GetVersion provides a mock function with given fields:
func (*Client) PerformUpdates ¶
func (_m *Client) PerformUpdates(_a0 string, _a1 []*minion.ServiceUpdate) error
PerformUpdates provides a mock function with given fields: _a0, _a1
type KeldaClient ¶
KeldaClient is an autogenerated mock type for the KeldaClient type
func (*KeldaClient) CreateWorkspace ¶
func (_m *KeldaClient) CreateWorkspace(ctx context.Context, in *minion.CreateWorkspaceRequest, opts ...grpc.CallOption) (*minion.CreateWorkspaceResponse, error)
CreateWorkspace provides a mock function with given fields: ctx, in, opts
func (*KeldaClient) GetLicense ¶
func (_m *KeldaClient) GetLicense(ctx context.Context, in *minion.GetLicenseRequest, opts ...grpc.CallOption) (*minion.GetLicenseResponse, error)
GetLicense provides a mock function with given fields: ctx, in, opts
func (*KeldaClient) GetUpdates ¶
func (_m *KeldaClient) GetUpdates(ctx context.Context, in *minion.GetUpdatesRequest, opts ...grpc.CallOption) (*minion.GetUpdatesResponse, error)
GetUpdates provides a mock function with given fields: ctx, in, opts
func (*KeldaClient) GetVersion ¶
func (_m *KeldaClient) GetVersion(ctx context.Context, in *minion.GetVersionRequest, opts ...grpc.CallOption) (*minion.GetVersionResponse, error)
GetVersion provides a mock function with given fields: ctx, in, opts
func (*KeldaClient) LogEvent ¶
func (_m *KeldaClient) LogEvent(ctx context.Context, in *minion.LogEventRequest, opts ...grpc.CallOption) (*minion.LogEventResponse, error)
LogEvent provides a mock function with given fields: ctx, in, opts
func (*KeldaClient) PerformUpdates ¶
func (_m *KeldaClient) PerformUpdates(ctx context.Context, in *minion.PerformUpdatesRequest, opts ...grpc.CallOption) (*minion.PerformUpdatesResponse, error)
PerformUpdates provides a mock function with given fields: ctx, in, opts