Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type CopilotClient
- func (fake *CopilotClient) Health(ctx context.Context, in *api.HealthRequest, opts ...grpc.CallOption) (*api.HealthResponse, error)
- func (fake *CopilotClient) HealthArgsForCall(i int) (context.Context, *api.HealthRequest, []grpc.CallOption)
- func (fake *CopilotClient) HealthCallCount() int
- func (fake *CopilotClient) HealthReturns(result1 *api.HealthResponse, result2 error)
- func (fake *CopilotClient) HealthReturnsOnCall(i int, result1 *api.HealthResponse, result2 error)
- func (fake *CopilotClient) InternalRoutes(ctx context.Context, in *api.InternalRoutesRequest, opts ...grpc.CallOption) (*api.InternalRoutesResponse, error)
- func (fake *CopilotClient) InternalRoutesArgsForCall(i int) (context.Context, *api.InternalRoutesRequest, []grpc.CallOption)
- func (fake *CopilotClient) InternalRoutesCallCount() int
- func (fake *CopilotClient) InternalRoutesReturns(result1 *api.InternalRoutesResponse, result2 error)
- func (fake *CopilotClient) InternalRoutesReturnsOnCall(i int, result1 *api.InternalRoutesResponse, result2 error)
- func (fake *CopilotClient) Invocations() map[string][][]interface{}
- func (fake *CopilotClient) Routes(ctx context.Context, in *api.RoutesRequest, opts ...grpc.CallOption) (*api.RoutesResponse, error)
- func (fake *CopilotClient) RoutesArgsForCall(i int) (context.Context, *api.RoutesRequest, []grpc.CallOption)
- func (fake *CopilotClient) RoutesCallCount() int
- func (fake *CopilotClient) RoutesReturns(result1 *api.RoutesResponse, result2 error)
- func (fake *CopilotClient) RoutesReturnsOnCall(i int, result1 *api.RoutesResponse, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopilotClient ¶
type CopilotClient struct { HealthStub func(ctx context.Context, in *api.HealthRequest, opts ...grpc.CallOption) (*api.HealthResponse, error) RoutesStub func(ctx context.Context, in *api.RoutesRequest, opts ...grpc.CallOption) (*api.RoutesResponse, error) InternalRoutesStub func(ctx context.Context, in *api.InternalRoutesRequest, opts ...grpc.CallOption) (*api.InternalRoutesResponse, error) // contains filtered or unexported fields }
func (*CopilotClient) Health ¶
func (fake *CopilotClient) Health(ctx context.Context, in *api.HealthRequest, opts ...grpc.CallOption) (*api.HealthResponse, error)
func (*CopilotClient) HealthArgsForCall ¶
func (fake *CopilotClient) HealthArgsForCall(i int) (context.Context, *api.HealthRequest, []grpc.CallOption)
func (*CopilotClient) HealthCallCount ¶
func (fake *CopilotClient) HealthCallCount() int
func (*CopilotClient) HealthReturns ¶
func (fake *CopilotClient) HealthReturns(result1 *api.HealthResponse, result2 error)
func (*CopilotClient) HealthReturnsOnCall ¶
func (fake *CopilotClient) HealthReturnsOnCall(i int, result1 *api.HealthResponse, result2 error)
func (*CopilotClient) InternalRoutes ¶
func (fake *CopilotClient) InternalRoutes(ctx context.Context, in *api.InternalRoutesRequest, opts ...grpc.CallOption) (*api.InternalRoutesResponse, error)
func (*CopilotClient) InternalRoutesArgsForCall ¶
func (fake *CopilotClient) InternalRoutesArgsForCall(i int) (context.Context, *api.InternalRoutesRequest, []grpc.CallOption)
func (*CopilotClient) InternalRoutesCallCount ¶
func (fake *CopilotClient) InternalRoutesCallCount() int
func (*CopilotClient) InternalRoutesReturns ¶
func (fake *CopilotClient) InternalRoutesReturns(result1 *api.InternalRoutesResponse, result2 error)
func (*CopilotClient) InternalRoutesReturnsOnCall ¶
func (fake *CopilotClient) InternalRoutesReturnsOnCall(i int, result1 *api.InternalRoutesResponse, result2 error)
func (*CopilotClient) Invocations ¶
func (fake *CopilotClient) Invocations() map[string][][]interface{}
func (*CopilotClient) Routes ¶
func (fake *CopilotClient) Routes(ctx context.Context, in *api.RoutesRequest, opts ...grpc.CallOption) (*api.RoutesResponse, error)
func (*CopilotClient) RoutesArgsForCall ¶
func (fake *CopilotClient) RoutesArgsForCall(i int) (context.Context, *api.RoutesRequest, []grpc.CallOption)
func (*CopilotClient) RoutesCallCount ¶
func (fake *CopilotClient) RoutesCallCount() int
func (*CopilotClient) RoutesReturns ¶
func (fake *CopilotClient) RoutesReturns(result1 *api.RoutesResponse, result2 error)
func (*CopilotClient) RoutesReturnsOnCall ¶
func (fake *CopilotClient) RoutesReturnsOnCall(i int, result1 *api.RoutesResponse, result2 error)
Click to show internal directories.
Click to hide internal directories.