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