Documentation ¶
Index ¶
- type Client
- type Client_Expecter
- type Client_Fetch_Call
- func (_c *Client_Fetch_Call) Return(_a0 sbatch.FetchResponse, _a1 error) *Client_Fetch_Call
- func (_c *Client_Fetch_Call) Run(run func(ctx context.Context, hash string)) *Client_Fetch_Call
- func (_c *Client_Fetch_Call) RunAndReturn(run func(context.Context, string) (sbatch.FetchResponse, error)) *Client_Fetch_Call
- type Client_HealthCheck_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
type Client_Expecter ¶
type Client_Expecter struct {
// contains filtered or unexported fields
}
func (*Client_Expecter) Fetch ¶
func (_e *Client_Expecter) Fetch(ctx interface{}, hash interface{}) *Client_Fetch_Call
Fetch is a helper method to define mock.On call
- ctx context.Context
- hash string
func (*Client_Expecter) HealthCheck ¶
func (_e *Client_Expecter) HealthCheck(ctx interface{}) *Client_HealthCheck_Call
HealthCheck is a helper method to define mock.On call
- ctx context.Context
type Client_Fetch_Call ¶
Client_Fetch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Fetch'
func (*Client_Fetch_Call) Return ¶
func (_c *Client_Fetch_Call) Return(_a0 sbatch.FetchResponse, _a1 error) *Client_Fetch_Call
func (*Client_Fetch_Call) Run ¶
func (_c *Client_Fetch_Call) Run(run func(ctx context.Context, hash string)) *Client_Fetch_Call
func (*Client_Fetch_Call) RunAndReturn ¶
func (_c *Client_Fetch_Call) RunAndReturn(run func(context.Context, string) (sbatch.FetchResponse, error)) *Client_Fetch_Call
type Client_HealthCheck_Call ¶
Client_HealthCheck_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HealthCheck'
func (*Client_HealthCheck_Call) Return ¶
func (_c *Client_HealthCheck_Call) Return(_a0 error) *Client_HealthCheck_Call
func (*Client_HealthCheck_Call) Run ¶
func (_c *Client_HealthCheck_Call) Run(run func(ctx context.Context)) *Client_HealthCheck_Call
func (*Client_HealthCheck_Call) RunAndReturn ¶
func (_c *Client_HealthCheck_Call) RunAndReturn(run func(context.Context) error) *Client_HealthCheck_Call
Click to show internal directories.
Click to hide internal directories.