Documentation ¶
Index ¶
- type Client
- func (_m *Client) Get(ctx context.Context, tCtx webapi.GetContext) (interface{}, error)
- func (_m *Client) OnGet(ctx context.Context, tCtx webapi.GetContext) *Client_Get
- func (_m *Client) OnGetMatch(matchers ...interface{}) *Client_Get
- func (_m *Client) OnStatus(ctx context.Context, tCtx webapi.StatusContext) *Client_Status
- func (_m *Client) OnStatusMatch(matchers ...interface{}) *Client_Status
- func (_m *Client) Status(ctx context.Context, tCtx webapi.StatusContext) (core.PhaseInfo, error)
- type Client_Get
- type Client_Status
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) OnGet ¶
func (_m *Client) OnGet(ctx context.Context, tCtx webapi.GetContext) *Client_Get
func (*Client) OnGetMatch ¶
func (_m *Client) OnGetMatch(matchers ...interface{}) *Client_Get
func (*Client) OnStatus ¶
func (_m *Client) OnStatus(ctx context.Context, tCtx webapi.StatusContext) *Client_Status
func (*Client) OnStatusMatch ¶
func (_m *Client) OnStatusMatch(matchers ...interface{}) *Client_Status
type Client_Get ¶
func (Client_Get) Return ¶
func (_m Client_Get) Return(latest interface{}, err error) *Client_Get
type Client_Status ¶
func (Client_Status) Return ¶
func (_m Client_Status) Return(phase core.PhaseInfo, err error) *Client_Status
Click to show internal directories.
Click to hide internal directories.