Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Store
- func (fake *Store) All() ([]models.Policy, error)
- func (fake *Store) AllCallCount() int
- func (fake *Store) AllReturns(result1 []models.Policy, result2 error)
- func (fake *Store) AllReturnsOnCall(i int, result1 []models.Policy, result2 error)
- func (fake *Store) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { AllStub func() ([]models.Policy, error) // contains filtered or unexported fields }
func (*Store) AllCallCount ¶
func (*Store) AllReturnsOnCall ¶
func (*Store) Invocations ¶
Click to show internal directories.
Click to hide internal directories.