Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Cache
- func (fake *Cache) Get(arg1 interface{}) (interface{}, error)
- func (fake *Cache) GetArgsForCall(i int) interface{}
- func (fake *Cache) GetCallCount() int
- func (fake *Cache) GetCalls(stub func(interface{}) (interface{}, error))
- func (fake *Cache) GetReturns(result1 interface{}, result2 error)
- func (fake *Cache) GetReturnsOnCall(i int, result1 interface{}, result2 error)
- func (fake *Cache) Has(arg1 interface{}) bool
- func (fake *Cache) HasArgsForCall(i int) interface{}
- func (fake *Cache) HasCallCount() int
- func (fake *Cache) HasCalls(stub func(interface{}) bool)
- func (fake *Cache) HasReturns(result1 bool)
- func (fake *Cache) HasReturnsOnCall(i int, result1 bool)
- func (fake *Cache) Invocations() map[string][][]interface{}
- func (fake *Cache) Set(arg1 interface{}, arg2 interface{}) error
- func (fake *Cache) SetArgsForCall(i int) (interface{}, interface{})
- func (fake *Cache) SetCallCount() int
- func (fake *Cache) SetCalls(stub func(interface{}, interface{}) error)
- func (fake *Cache) SetReturns(result1 error)
- func (fake *Cache) SetReturnsOnCall(i int, result1 error)
- func (fake *Cache) SetWithExpire(arg1 interface{}, arg2 interface{}, arg3 time.Duration) error
- func (fake *Cache) SetWithExpireArgsForCall(i int) (interface{}, interface{}, time.Duration)
- func (fake *Cache) SetWithExpireCallCount() int
- func (fake *Cache) SetWithExpireCalls(stub func(interface{}, interface{}, time.Duration) error)
- func (fake *Cache) SetWithExpireReturns(result1 error)
- func (fake *Cache) SetWithExpireReturnsOnCall(i int, result1 error)
- type OperationProcessor
- func (fake *OperationProcessor) Invocations() map[string][][]interface{}
- func (fake *OperationProcessor) Resolve(arg1 string) (*protocol.ResolutionModel, error)
- func (fake *OperationProcessor) ResolveArgsForCall(i int) string
- func (fake *OperationProcessor) ResolveCallCount() int
- func (fake *OperationProcessor) ResolveCalls(stub func(string) (*protocol.ResolutionModel, error))
- func (fake *OperationProcessor) ResolveReturns(result1 *protocol.ResolutionModel, result2 error)
- func (fake *OperationProcessor) ResolveReturnsOnCall(i int, result1 *protocol.ResolutionModel, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { GetStub func(interface{}) (interface{}, error) HasStub func(interface{}) bool SetStub func(interface{}, interface{}) error SetWithExpireStub func(interface{}, interface{}, time.Duration) error // contains filtered or unexported fields }
func (*Cache) GetArgsForCall ¶
func (*Cache) GetCallCount ¶
func (*Cache) GetReturns ¶
func (*Cache) GetReturnsOnCall ¶
func (*Cache) HasArgsForCall ¶
func (*Cache) HasCallCount ¶
func (*Cache) HasReturns ¶
func (*Cache) HasReturnsOnCall ¶
func (*Cache) Invocations ¶
func (*Cache) SetArgsForCall ¶
func (*Cache) SetCallCount ¶
func (*Cache) SetReturns ¶
func (*Cache) SetReturnsOnCall ¶
func (*Cache) SetWithExpire ¶
func (*Cache) SetWithExpireArgsForCall ¶
func (*Cache) SetWithExpireCallCount ¶
func (*Cache) SetWithExpireCalls ¶
func (*Cache) SetWithExpireReturns ¶
func (*Cache) SetWithExpireReturnsOnCall ¶
type OperationProcessor ¶
type OperationProcessor struct { ResolveStub func(string) (*protocol.ResolutionModel, error) // contains filtered or unexported fields }
func (*OperationProcessor) Invocations ¶
func (fake *OperationProcessor) Invocations() map[string][][]interface{}
func (*OperationProcessor) Resolve ¶
func (fake *OperationProcessor) Resolve(arg1 string) (*protocol.ResolutionModel, error)
func (*OperationProcessor) ResolveArgsForCall ¶
func (fake *OperationProcessor) ResolveArgsForCall(i int) string
func (*OperationProcessor) ResolveCallCount ¶
func (fake *OperationProcessor) ResolveCallCount() int
func (*OperationProcessor) ResolveCalls ¶
func (fake *OperationProcessor) ResolveCalls(stub func(string) (*protocol.ResolutionModel, error))
func (*OperationProcessor) ResolveReturns ¶
func (fake *OperationProcessor) ResolveReturns(result1 *protocol.ResolutionModel, result2 error)
func (*OperationProcessor) ResolveReturnsOnCall ¶
func (fake *OperationProcessor) ResolveReturnsOnCall(i int, result1 *protocol.ResolutionModel, result2 error)
Click to show internal directories.
Click to hide internal directories.