Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
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) Invocations() map[string][][]interface{}
- 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) Delete(arg1 []models.Policy) error
- func (fake *Store) DeleteArgsForCall(i int) []models.Policy
- func (fake *Store) DeleteCallCount() int
- func (fake *Store) DeleteReturns(result1 error)
- func (fake *Store) Invocations() map[string][][]interface{}
- type UAAClient
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) Invocations ¶
type Store ¶
type Store struct { AllStub func() ([]models.Policy, error) DeleteStub func([]models.Policy) error // contains filtered or unexported fields }
func (*Store) AllCallCount ¶
func (*Store) DeleteCallCount ¶
func (*Store) DeleteReturns ¶
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) Invocations ¶
Click to show internal directories.
Click to hide internal directories.