Documentation ¶
Index ¶
- type Client
- type Client_Expecter
- type Client_ListCVES_Call
- func (_c *Client_ListCVES_Call) Return(_a0 *client.ListCVESRes, _a1 error) *Client_ListCVES_Call
- func (_c *Client_ListCVES_Call) Run(run func(ctx context.Context, req *client.ListCVESReq)) *Client_ListCVES_Call
- func (_c *Client_ListCVES_Call) RunAndReturn(run func(context.Context, *client.ListCVESReq) (*client.ListCVESRes, error)) *Client_ListCVES_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) ListCVES ¶
func (_m *Client) ListCVES(ctx context.Context, req *client.ListCVESReq) (*client.ListCVESRes, error)
ListCVES provides a mock function with given fields: ctx, req
type Client_Expecter ¶
type Client_Expecter struct {
// contains filtered or unexported fields
}
func (*Client_Expecter) ListCVES ¶
func (_e *Client_Expecter) ListCVES(ctx interface{}, req interface{}) *Client_ListCVES_Call
ListCVES is a helper method to define mock.On call
- ctx context.Context
- req *client.ListCVESReq
type Client_ListCVES_Call ¶
Client_ListCVES_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCVES'
func (*Client_ListCVES_Call) Return ¶
func (_c *Client_ListCVES_Call) Return(_a0 *client.ListCVESRes, _a1 error) *Client_ListCVES_Call
func (*Client_ListCVES_Call) Run ¶
func (_c *Client_ListCVES_Call) Run(run func(ctx context.Context, req *client.ListCVESReq)) *Client_ListCVES_Call
func (*Client_ListCVES_Call) RunAndReturn ¶
func (_c *Client_ListCVES_Call) RunAndReturn(run func(context.Context, *client.ListCVESReq) (*client.ListCVESRes, error)) *Client_ListCVES_Call
Click to show internal directories.
Click to hide internal directories.