Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type HttpServer
- func (fake *HttpServer) Invocations() map[string][][]interface{}
- func (fake *HttpServer) Start() error
- func (fake *HttpServer) StartCallCount() int
- func (fake *HttpServer) StartCalls(stub func() error)
- func (fake *HttpServer) StartReturns(result1 error)
- func (fake *HttpServer) StartReturnsOnCall(i int, result1 error)
- func (fake *HttpServer) Stop(arg1 context.Context) error
- func (fake *HttpServer) StopArgsForCall(i int) context.Context
- func (fake *HttpServer) StopCallCount() int
- func (fake *HttpServer) StopCalls(stub func(context.Context) error)
- func (fake *HttpServer) StopReturns(result1 error)
- func (fake *HttpServer) StopReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
type HttpServer struct { StartStub func() error StopStub func(context.Context) error // contains filtered or unexported fields }
func (*HttpServer) Invocations ¶
func (fake *HttpServer) Invocations() map[string][][]interface{}
func (*HttpServer) Start ¶
func (fake *HttpServer) Start() error
func (*HttpServer) StartCallCount ¶
func (fake *HttpServer) StartCallCount() int
func (*HttpServer) StartCalls ¶
func (fake *HttpServer) StartCalls(stub func() error)
func (*HttpServer) StartReturns ¶
func (fake *HttpServer) StartReturns(result1 error)
func (*HttpServer) StartReturnsOnCall ¶
func (fake *HttpServer) StartReturnsOnCall(i int, result1 error)
func (*HttpServer) StopArgsForCall ¶
func (fake *HttpServer) StopArgsForCall(i int) context.Context
func (*HttpServer) StopCallCount ¶
func (fake *HttpServer) StopCallCount() int
func (*HttpServer) StopReturns ¶
func (fake *HttpServer) StopReturns(result1 error)
func (*HttpServer) StopReturnsOnCall ¶
func (fake *HttpServer) StopReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.