Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type CCClient
- func (fake *CCClient) GetLiveAppGUIDs(token string, appGUIDs []string) (map[string]struct{}, error)
- func (fake *CCClient) GetLiveAppGUIDsArgsForCall(i int) (string, []string)
- func (fake *CCClient) GetLiveAppGUIDsCallCount() int
- func (fake *CCClient) GetLiveAppGUIDsReturns(result1 map[string]struct{}, result2 error)
- func (fake *CCClient) GetLiveAppGUIDsReturnsOnCall(i int, result1 map[string]struct{}, result2 error)
- func (fake *CCClient) Invocations() map[string][][]interface{}
- type ContextAdapter
- func (fake *ContextAdapter) Invocations() map[string][][]interface{}
- func (fake *ContextAdapter) WithTimeout(arg1 context.Context, arg2 time.Duration) (context.Context, context.CancelFunc)
- func (fake *ContextAdapter) WithTimeoutArgsForCall(i int) (context.Context, time.Duration)
- func (fake *ContextAdapter) WithTimeoutCallCount() int
- func (fake *ContextAdapter) WithTimeoutReturns(result1 context.Context, result2 context.CancelFunc)
- func (fake *ContextAdapter) WithTimeoutReturnsOnCall(i int, result1 context.Context, result2 context.CancelFunc)
- type ListDeleteStore
- func (fake *ListDeleteStore) All() ([]store.Policy, error)
- func (fake *ListDeleteStore) AllCallCount() int
- func (fake *ListDeleteStore) AllReturns(result1 []store.Policy, result2 error)
- func (fake *ListDeleteStore) AllReturnsOnCall(i int, result1 []store.Policy, result2 error)
- func (fake *ListDeleteStore) Delete(arg1 []store.Policy) error
- func (fake *ListDeleteStore) DeleteArgsForCall(i int) []store.Policy
- func (fake *ListDeleteStore) DeleteCallCount() int
- func (fake *ListDeleteStore) DeleteReturns(result1 error)
- func (fake *ListDeleteStore) DeleteReturnsOnCall(i int, result1 error)
- func (fake *ListDeleteStore) Invocations() map[string][][]interface{}
- type Store
- func (fake *Store) All() ([]api.Policy, error)
- func (fake *Store) AllCallCount() int
- func (fake *Store) AllReturns(result1 []api.Policy, result2 error)
- func (fake *Store) AllReturnsOnCall(i int, result1 []api.Policy, result2 error)
- func (fake *Store) Delete(arg1 []api.Policy) error
- func (fake *Store) DeleteArgsForCall(i int) []api.Policy
- func (fake *Store) DeleteCallCount() int
- func (fake *Store) DeleteReturns(result1 error)
- func (fake *Store) DeleteReturnsOnCall(i int, result1 error)
- func (fake *Store) Invocations() map[string][][]interface{}
- type UAAClient
- func (fake *UAAClient) GetToken() (string, error)
- func (fake *UAAClient) GetTokenCallCount() int
- func (fake *UAAClient) GetTokenReturns(result1 string, result2 error)
- func (fake *UAAClient) GetTokenReturnsOnCall(i int, result1 string, result2 error)
- func (fake *UAAClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CCClient ¶
type CCClient struct { GetLiveAppGUIDsStub func(token string, appGUIDs []string) (map[string]struct{}, error) // contains filtered or unexported fields }
func (*CCClient) GetLiveAppGUIDs ¶ added in v0.16.0
func (*CCClient) GetLiveAppGUIDsArgsForCall ¶ added in v0.16.0
func (*CCClient) GetLiveAppGUIDsCallCount ¶ added in v0.16.0
func (*CCClient) GetLiveAppGUIDsReturns ¶ added in v0.16.0
func (*CCClient) GetLiveAppGUIDsReturnsOnCall ¶ added in v0.22.0
func (*CCClient) Invocations ¶
type ContextAdapter ¶ added in v0.22.0
type ContextAdapter struct { WithTimeoutStub func(context.Context, time.Duration) (context.Context, context.CancelFunc) // contains filtered or unexported fields }
func (*ContextAdapter) Invocations ¶ added in v0.22.0
func (fake *ContextAdapter) Invocations() map[string][][]interface{}
func (*ContextAdapter) WithTimeout ¶ added in v0.22.0
func (fake *ContextAdapter) WithTimeout(arg1 context.Context, arg2 time.Duration) (context.Context, context.CancelFunc)
func (*ContextAdapter) WithTimeoutArgsForCall ¶ added in v0.22.0
func (*ContextAdapter) WithTimeoutCallCount ¶ added in v0.22.0
func (fake *ContextAdapter) WithTimeoutCallCount() int
func (*ContextAdapter) WithTimeoutReturns ¶ added in v0.22.0
func (fake *ContextAdapter) WithTimeoutReturns(result1 context.Context, result2 context.CancelFunc)
func (*ContextAdapter) WithTimeoutReturnsOnCall ¶ added in v0.22.0
func (fake *ContextAdapter) WithTimeoutReturnsOnCall(i int, result1 context.Context, result2 context.CancelFunc)
type ListDeleteStore ¶ added in v1.4.0
type ListDeleteStore struct { AllStub func() ([]store.Policy, error) DeleteStub func([]store.Policy) error // contains filtered or unexported fields }
func (*ListDeleteStore) All ¶ added in v1.4.0
func (fake *ListDeleteStore) All() ([]store.Policy, error)
func (*ListDeleteStore) AllCallCount ¶ added in v1.4.0
func (fake *ListDeleteStore) AllCallCount() int
func (*ListDeleteStore) AllReturns ¶ added in v1.4.0
func (fake *ListDeleteStore) AllReturns(result1 []store.Policy, result2 error)
func (*ListDeleteStore) AllReturnsOnCall ¶ added in v1.4.0
func (fake *ListDeleteStore) AllReturnsOnCall(i int, result1 []store.Policy, result2 error)
func (*ListDeleteStore) Delete ¶ added in v1.4.0
func (fake *ListDeleteStore) Delete(arg1 []store.Policy) error
func (*ListDeleteStore) DeleteArgsForCall ¶ added in v1.4.0
func (fake *ListDeleteStore) DeleteArgsForCall(i int) []store.Policy
func (*ListDeleteStore) DeleteCallCount ¶ added in v1.4.0
func (fake *ListDeleteStore) DeleteCallCount() int
func (*ListDeleteStore) DeleteReturns ¶ added in v1.4.0
func (fake *ListDeleteStore) DeleteReturns(result1 error)
func (*ListDeleteStore) DeleteReturnsOnCall ¶ added in v1.4.0
func (fake *ListDeleteStore) DeleteReturnsOnCall(i int, result1 error)
func (*ListDeleteStore) Invocations ¶ added in v1.4.0
func (fake *ListDeleteStore) Invocations() map[string][][]interface{}
type Store ¶
type Store struct { AllStub func() ([]api.Policy, error) DeleteStub func([]api.Policy) error // contains filtered or unexported fields }
func (*Store) AllCallCount ¶
func (*Store) AllReturnsOnCall ¶ added in v0.22.0
func (*Store) DeleteCallCount ¶
func (*Store) DeleteReturns ¶
func (*Store) DeleteReturnsOnCall ¶ added in v0.22.0
func (*Store) Invocations ¶
type UAAClient ¶
type UAAClient struct { GetTokenStub func() (string, error) // contains filtered or unexported fields }
func (*UAAClient) GetTokenCallCount ¶
func (*UAAClient) GetTokenReturns ¶
func (*UAAClient) GetTokenReturnsOnCall ¶ added in v0.22.0
func (*UAAClient) Invocations ¶
Click to show internal directories.
Click to hide internal directories.