Documentation
¶
Index ¶
- type Client
- type Client_Expecter
- type Client_ListAlerts_Call
- type Client_ListCases_Call
- func (_c *Client_ListCases_Call) Return(_a0 *client.ListCasesRes, _a1 error) *Client_ListCases_Call
- func (_c *Client_ListCases_Call) Run(run func(ctx context.Context, req *client.ListCasesReq)) *Client_ListCases_Call
- func (_c *Client_ListCases_Call) RunAndReturn(run func(context.Context, *client.ListCasesReq) (*client.ListCasesRes, error)) *Client_ListCases_Call
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) EXPECT ¶
func (_m *Client) EXPECT() *Client_Expecter
func (*Client) ListAlerts ¶
func (_m *Client) ListAlerts(ctx context.Context, req *client.ListAlertsReq) (*client.ListAlertsRes, error)
ListAlerts provides a mock function with given fields: ctx, req
func (*Client) ListCases ¶
func (_m *Client) ListCases(ctx context.Context, req *client.ListCasesReq) (*client.ListCasesRes, error)
ListCases provides a mock function with given fields: ctx, req
type Client_Expecter ¶
type Client_Expecter struct {
// contains filtered or unexported fields
}
func (*Client_Expecter) ListAlerts ¶
func (_e *Client_Expecter) ListAlerts(ctx interface{}, req interface{}) *Client_ListAlerts_Call
ListAlerts is a helper method to define mock.On call
- ctx context.Context
- req *client.ListAlertsReq
func (*Client_Expecter) ListCases ¶
func (_e *Client_Expecter) ListCases(ctx interface{}, req interface{}) *Client_ListCases_Call
ListCases is a helper method to define mock.On call
- ctx context.Context
- req *client.ListCasesReq
type Client_ListAlerts_Call ¶
Client_ListAlerts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAlerts'
func (*Client_ListAlerts_Call) Return ¶
func (_c *Client_ListAlerts_Call) Return(_a0 *client.ListAlertsRes, _a1 error) *Client_ListAlerts_Call
func (*Client_ListAlerts_Call) Run ¶
func (_c *Client_ListAlerts_Call) Run(run func(ctx context.Context, req *client.ListAlertsReq)) *Client_ListAlerts_Call
func (*Client_ListAlerts_Call) RunAndReturn ¶
func (_c *Client_ListAlerts_Call) RunAndReturn(run func(context.Context, *client.ListAlertsReq) (*client.ListAlertsRes, error)) *Client_ListAlerts_Call
type Client_ListCases_Call ¶
Client_ListCases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCases'
func (*Client_ListCases_Call) Return ¶
func (_c *Client_ListCases_Call) Return(_a0 *client.ListCasesRes, _a1 error) *Client_ListCases_Call
func (*Client_ListCases_Call) Run ¶
func (_c *Client_ListCases_Call) Run(run func(ctx context.Context, req *client.ListCasesReq)) *Client_ListCases_Call
func (*Client_ListCases_Call) RunAndReturn ¶
func (_c *Client_ListCases_Call) RunAndReturn(run func(context.Context, *client.ListCasesReq) (*client.ListCasesRes, error)) *Client_ListCases_Call