Documentation ¶
Overview ¶
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) Invocations() map[string][][]interface{}
- func (fake *CCClient) ListDestinationsForRoute(arg1 string, arg2 string) ([]ccclient.Destination, error)
- func (fake *CCClient) ListDestinationsForRouteArgsForCall(i int) (string, string)
- func (fake *CCClient) ListDestinationsForRouteCallCount() int
- func (fake *CCClient) ListDestinationsForRouteCalls(stub func(string, string) ([]ccclient.Destination, error))
- func (fake *CCClient) ListDestinationsForRouteReturns(result1 []ccclient.Destination, result2 error)
- func (fake *CCClient) ListDestinationsForRouteReturnsOnCall(i int, result1 []ccclient.Destination, result2 error)
- func (fake *CCClient) ListDomains(arg1 string) ([]ccclient.Domain, error)
- func (fake *CCClient) ListDomainsArgsForCall(i int) string
- func (fake *CCClient) ListDomainsCallCount() int
- func (fake *CCClient) ListDomainsCalls(stub func(string) ([]ccclient.Domain, error))
- func (fake *CCClient) ListDomainsReturns(result1 []ccclient.Domain, result2 error)
- func (fake *CCClient) ListDomainsReturnsOnCall(i int, result1 []ccclient.Domain, result2 error)
- func (fake *CCClient) ListRoutes(arg1 string) ([]ccclient.Route, error)
- func (fake *CCClient) ListRoutesArgsForCall(i int) string
- func (fake *CCClient) ListRoutesCallCount() int
- func (fake *CCClient) ListRoutesCalls(stub func(string) ([]ccclient.Route, error))
- func (fake *CCClient) ListRoutesReturns(result1 []ccclient.Route, result2 error)
- func (fake *CCClient) ListRoutesReturnsOnCall(i int, result1 []ccclient.Route, result2 error)
- func (fake *CCClient) ListSpaces(arg1 string) ([]ccclient.Space, error)
- func (fake *CCClient) ListSpacesArgsForCall(i int) string
- func (fake *CCClient) ListSpacesCallCount() int
- func (fake *CCClient) ListSpacesCalls(stub func(string) ([]ccclient.Space, error))
- func (fake *CCClient) ListSpacesReturns(result1 []ccclient.Space, result2 error)
- func (fake *CCClient) ListSpacesReturnsOnCall(i int, result1 []ccclient.Space, result2 error)
- type SnapshotRepo
- func (fake *SnapshotRepo) Invocations() map[string][][]interface{}
- func (fake *SnapshotRepo) Put(arg1 *models.RouteSnapshot)
- func (fake *SnapshotRepo) PutArgsForCall(i int) *models.RouteSnapshot
- func (fake *SnapshotRepo) PutCallCount() int
- func (fake *SnapshotRepo) PutCalls(stub func(*models.RouteSnapshot))
- type UAAClient
- func (fake *UAAClient) GetToken() (string, error)
- func (fake *UAAClient) GetTokenCallCount() int
- func (fake *UAAClient) GetTokenCalls(stub func() (string, error))
- 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 { ListDestinationsForRouteStub func(string, string) ([]ccclient.Destination, error) ListDomainsStub func(string) ([]ccclient.Domain, error) ListRoutesStub func(string) ([]ccclient.Route, error) ListSpacesStub func(string) ([]ccclient.Space, error) // contains filtered or unexported fields }
func (*CCClient) Invocations ¶
func (*CCClient) ListDestinationsForRoute ¶
func (*CCClient) ListDestinationsForRouteArgsForCall ¶
func (*CCClient) ListDestinationsForRouteCallCount ¶
func (*CCClient) ListDestinationsForRouteCalls ¶
func (*CCClient) ListDestinationsForRouteReturns ¶
func (fake *CCClient) ListDestinationsForRouteReturns(result1 []ccclient.Destination, result2 error)
func (*CCClient) ListDestinationsForRouteReturnsOnCall ¶
func (fake *CCClient) ListDestinationsForRouteReturnsOnCall(i int, result1 []ccclient.Destination, result2 error)
func (*CCClient) ListDomains ¶
func (*CCClient) ListDomainsArgsForCall ¶
func (*CCClient) ListDomainsCallCount ¶
func (*CCClient) ListDomainsCalls ¶
func (*CCClient) ListDomainsReturns ¶
func (*CCClient) ListDomainsReturnsOnCall ¶
func (*CCClient) ListRoutes ¶
func (*CCClient) ListRoutesArgsForCall ¶
func (*CCClient) ListRoutesCallCount ¶
func (*CCClient) ListRoutesCalls ¶
func (*CCClient) ListRoutesReturns ¶
func (*CCClient) ListRoutesReturnsOnCall ¶
func (*CCClient) ListSpaces ¶
func (*CCClient) ListSpacesArgsForCall ¶
func (*CCClient) ListSpacesCallCount ¶
func (*CCClient) ListSpacesCalls ¶
func (*CCClient) ListSpacesReturns ¶
type SnapshotRepo ¶
type SnapshotRepo struct { PutStub func(*models.RouteSnapshot) // contains filtered or unexported fields }
func (*SnapshotRepo) Invocations ¶
func (fake *SnapshotRepo) Invocations() map[string][][]interface{}
func (*SnapshotRepo) Put ¶
func (fake *SnapshotRepo) Put(arg1 *models.RouteSnapshot)
func (*SnapshotRepo) PutArgsForCall ¶
func (fake *SnapshotRepo) PutArgsForCall(i int) *models.RouteSnapshot
func (*SnapshotRepo) PutCallCount ¶
func (fake *SnapshotRepo) PutCallCount() int
func (*SnapshotRepo) PutCalls ¶
func (fake *SnapshotRepo) PutCalls(stub func(*models.RouteSnapshot))
type UAAClient ¶
type UAAClient struct { GetTokenStub func() (string, error) // contains filtered or unexported fields }
func (*UAAClient) GetTokenCallCount ¶
func (*UAAClient) GetTokenCalls ¶
func (*UAAClient) GetTokenReturns ¶
func (*UAAClient) GetTokenReturnsOnCall ¶
func (*UAAClient) Invocations ¶
Click to show internal directories.
Click to hide internal directories.