fakes

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticatedHandler

type AuthenticatedHandler struct {
	ServeHTTPStub func(response http.ResponseWriter, request *http.Request, tokenData uaa_client.CheckTokenResponse)
	// contains filtered or unexported fields
}

func (*AuthenticatedHandler) Invocations

func (fake *AuthenticatedHandler) Invocations() map[string][][]interface{}

func (*AuthenticatedHandler) ServeHTTP

func (fake *AuthenticatedHandler) ServeHTTP(response http.ResponseWriter, request *http.Request, tokenData uaa_client.CheckTokenResponse)

func (*AuthenticatedHandler) ServeHTTPArgsForCall

func (*AuthenticatedHandler) ServeHTTPCallCount

func (fake *AuthenticatedHandler) ServeHTTPCallCount() int

type CCClient added in v0.7.0

type CCClient struct {
	GetAllAppGUIDsStub func(token string) (map[string]interface{}, error)
	// contains filtered or unexported fields
}

func (*CCClient) GetAllAppGUIDs added in v0.7.0

func (fake *CCClient) GetAllAppGUIDs(token string) (map[string]interface{}, error)

func (*CCClient) GetAllAppGUIDsArgsForCall added in v0.7.0

func (fake *CCClient) GetAllAppGUIDsArgsForCall(i int) string

func (*CCClient) GetAllAppGUIDsCallCount added in v0.7.0

func (fake *CCClient) GetAllAppGUIDsCallCount() int

func (*CCClient) GetAllAppGUIDsReturns added in v0.7.0

func (fake *CCClient) GetAllAppGUIDsReturns(result1 map[string]interface{}, result2 error)

func (*CCClient) Invocations added in v0.7.0

func (fake *CCClient) Invocations() map[string][][]interface{}

type Db

type Db struct {
	BeginxStub func() (*sqlx.Tx, error)

	ExecStub func(query string, args ...interface{}) (sql.Result, error)

	NamedExecStub func(query string, arg interface{}) (sql.Result, error)

	GetStub func(dest interface{}, query string, args ...interface{}) error

	SelectStub func(dest interface{}, query string, args ...interface{}) error

	QueryRowStub func(query string, args ...interface{}) *sql.Row

	QueryStub func(query string, args ...interface{}) (*sql.Rows, error)

	DriverNameStub func() string
	// contains filtered or unexported fields
}

func (*Db) Beginx

func (fake *Db) Beginx() (*sqlx.Tx, error)

func (*Db) BeginxCallCount

func (fake *Db) BeginxCallCount() int

func (*Db) BeginxReturns

func (fake *Db) BeginxReturns(result1 *sqlx.Tx, result2 error)

func (*Db) DriverName

func (fake *Db) DriverName() string

func (*Db) DriverNameCallCount

func (fake *Db) DriverNameCallCount() int

func (*Db) DriverNameReturns

func (fake *Db) DriverNameReturns(result1 string)

func (*Db) Exec

func (fake *Db) Exec(query string, args ...interface{}) (sql.Result, error)

func (*Db) ExecArgsForCall

func (fake *Db) ExecArgsForCall(i int) (string, []interface{})

func (*Db) ExecCallCount

func (fake *Db) ExecCallCount() int

func (*Db) ExecReturns

func (fake *Db) ExecReturns(result1 sql.Result, result2 error)

func (*Db) Get

func (fake *Db) Get(dest interface{}, query string, args ...interface{}) error

func (*Db) GetArgsForCall

func (fake *Db) GetArgsForCall(i int) (interface{}, string, []interface{})

func (*Db) GetCallCount

func (fake *Db) GetCallCount() int

func (*Db) GetReturns

func (fake *Db) GetReturns(result1 error)

func (*Db) Invocations

func (fake *Db) Invocations() map[string][][]interface{}

func (*Db) NamedExec

func (fake *Db) NamedExec(query string, arg interface{}) (sql.Result, error)

func (*Db) NamedExecArgsForCall

func (fake *Db) NamedExecArgsForCall(i int) (string, interface{})

func (*Db) NamedExecCallCount

func (fake *Db) NamedExecCallCount() int

func (*Db) NamedExecReturns

func (fake *Db) NamedExecReturns(result1 sql.Result, result2 error)

func (*Db) Query

func (fake *Db) Query(query string, args ...interface{}) (*sql.Rows, error)

func (*Db) QueryArgsForCall

func (fake *Db) QueryArgsForCall(i int) (string, []interface{})

func (*Db) QueryCallCount

func (fake *Db) QueryCallCount() int

func (*Db) QueryReturns

func (fake *Db) QueryReturns(result1 *sql.Rows, result2 error)

func (*Db) QueryRow

func (fake *Db) QueryRow(query string, args ...interface{}) *sql.Row

func (*Db) QueryRowArgsForCall

func (fake *Db) QueryRowArgsForCall(i int) (string, []interface{})

func (*Db) QueryRowCallCount

func (fake *Db) QueryRowCallCount() int

func (*Db) QueryRowReturns

func (fake *Db) QueryRowReturns(result1 *sql.Row)

func (*Db) Select

func (fake *Db) Select(dest interface{}, query string, args ...interface{}) error

func (*Db) SelectArgsForCall

func (fake *Db) SelectArgsForCall(i int) (interface{}, string, []interface{})

func (*Db) SelectCallCount

func (fake *Db) SelectCallCount() int

func (*Db) SelectReturns

func (fake *Db) SelectReturns(result1 error)

type DestinationRepo

type DestinationRepo struct {
	CreateStub func(store.Transaction, int, int, string) (int, error)

	DeleteStub func(store.Transaction, int) error

	GetIDStub func(store.Transaction, int, int, string) (int, error)

	CountWhereGroupIDStub func(store.Transaction, int) (int, error)
	// contains filtered or unexported fields
}

func (*DestinationRepo) CountWhereGroupID

func (fake *DestinationRepo) CountWhereGroupID(arg1 store.Transaction, arg2 int) (int, error)

func (*DestinationRepo) CountWhereGroupIDArgsForCall

func (fake *DestinationRepo) CountWhereGroupIDArgsForCall(i int) (store.Transaction, int)

func (*DestinationRepo) CountWhereGroupIDCallCount

func (fake *DestinationRepo) CountWhereGroupIDCallCount() int

func (*DestinationRepo) CountWhereGroupIDReturns

func (fake *DestinationRepo) CountWhereGroupIDReturns(result1 int, result2 error)

func (*DestinationRepo) Create

func (fake *DestinationRepo) Create(arg1 store.Transaction, arg2 int, arg3 int, arg4 string) (int, error)

func (*DestinationRepo) CreateArgsForCall

func (fake *DestinationRepo) CreateArgsForCall(i int) (store.Transaction, int, int, string)

func (*DestinationRepo) CreateCallCount

func (fake *DestinationRepo) CreateCallCount() int

func (*DestinationRepo) CreateReturns

func (fake *DestinationRepo) CreateReturns(result1 int, result2 error)

func (*DestinationRepo) Delete

func (fake *DestinationRepo) Delete(arg1 store.Transaction, arg2 int) error

func (*DestinationRepo) DeleteArgsForCall

func (fake *DestinationRepo) DeleteArgsForCall(i int) (store.Transaction, int)

func (*DestinationRepo) DeleteCallCount

func (fake *DestinationRepo) DeleteCallCount() int

func (*DestinationRepo) DeleteReturns

func (fake *DestinationRepo) DeleteReturns(result1 error)

func (*DestinationRepo) GetID

func (fake *DestinationRepo) GetID(arg1 store.Transaction, arg2 int, arg3 int, arg4 string) (int, error)

func (*DestinationRepo) GetIDArgsForCall

func (fake *DestinationRepo) GetIDArgsForCall(i int) (store.Transaction, int, int, string)

func (*DestinationRepo) GetIDCallCount

func (fake *DestinationRepo) GetIDCallCount() int

func (*DestinationRepo) GetIDReturns

func (fake *DestinationRepo) GetIDReturns(result1 int, result2 error)

func (*DestinationRepo) Invocations

func (fake *DestinationRepo) Invocations() map[string][][]interface{}

type GroupRepo

type GroupRepo struct {
	CreateStub func(store.Transaction, string) (int, error)

	DeleteStub func(store.Transaction, int) error

	GetIDStub func(store.Transaction, string) (int, error)
	// contains filtered or unexported fields
}

func (*GroupRepo) Create

func (fake *GroupRepo) Create(arg1 store.Transaction, arg2 string) (int, error)

func (*GroupRepo) CreateArgsForCall

func (fake *GroupRepo) CreateArgsForCall(i int) (store.Transaction, string)

func (*GroupRepo) CreateCallCount

func (fake *GroupRepo) CreateCallCount() int

func (*GroupRepo) CreateReturns

func (fake *GroupRepo) CreateReturns(result1 int, result2 error)

func (*GroupRepo) Delete

func (fake *GroupRepo) Delete(arg1 store.Transaction, arg2 int) error

func (*GroupRepo) DeleteArgsForCall

func (fake *GroupRepo) DeleteArgsForCall(i int) (store.Transaction, int)

func (*GroupRepo) DeleteCallCount

func (fake *GroupRepo) DeleteCallCount() int

func (*GroupRepo) DeleteReturns

func (fake *GroupRepo) DeleteReturns(result1 error)

func (*GroupRepo) GetID

func (fake *GroupRepo) GetID(arg1 store.Transaction, arg2 string) (int, error)

func (*GroupRepo) GetIDArgsForCall

func (fake *GroupRepo) GetIDArgsForCall(i int) (store.Transaction, string)

func (*GroupRepo) GetIDCallCount

func (fake *GroupRepo) GetIDCallCount() int

func (*GroupRepo) GetIDReturns

func (fake *GroupRepo) GetIDReturns(result1 int, result2 error)

func (*GroupRepo) Invocations

func (fake *GroupRepo) Invocations() map[string][][]interface{}

type HTTPClient

type HTTPClient struct {
	DoStub func(*http.Request) (*http.Response, error)
	// contains filtered or unexported fields
}

func (*HTTPClient) Do

func (fake *HTTPClient) Do(arg1 *http.Request) (*http.Response, error)

func (*HTTPClient) DoArgsForCall

func (fake *HTTPClient) DoArgsForCall(i int) *http.Request

func (*HTTPClient) DoCallCount

func (fake *HTTPClient) DoCallCount() int

func (*HTTPClient) DoReturns

func (fake *HTTPClient) DoReturns(result1 *http.Response, result2 error)

func (*HTTPClient) Invocations

func (fake *HTTPClient) Invocations() map[string][][]interface{}

type HTTPHandler

type HTTPHandler struct {
	ServeHTTPStub func(http.ResponseWriter, *http.Request)
	// contains filtered or unexported fields
}

func (*HTTPHandler) Invocations

func (fake *HTTPHandler) Invocations() map[string][][]interface{}

func (*HTTPHandler) ServeHTTP

func (fake *HTTPHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request)

func (*HTTPHandler) ServeHTTPArgsForCall

func (fake *HTTPHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request)

func (*HTTPHandler) ServeHTTPCallCount

func (fake *HTTPHandler) ServeHTTPCallCount() int

type PolicyFilter added in v0.13.0

type PolicyFilter struct {
	FilterPoliciesStub func(policies []models.Policy, userToken uaa_client.CheckTokenResponse) ([]models.Policy, error)
	// contains filtered or unexported fields
}

func (*PolicyFilter) FilterPolicies added in v0.13.0

func (fake *PolicyFilter) FilterPolicies(policies []models.Policy, userToken uaa_client.CheckTokenResponse) ([]models.Policy, error)

func (*PolicyFilter) FilterPoliciesArgsForCall added in v0.13.0

func (fake *PolicyFilter) FilterPoliciesArgsForCall(i int) ([]models.Policy, uaa_client.CheckTokenResponse)

func (*PolicyFilter) FilterPoliciesCallCount added in v0.13.0

func (fake *PolicyFilter) FilterPoliciesCallCount() int

func (*PolicyFilter) FilterPoliciesReturns added in v0.13.0

func (fake *PolicyFilter) FilterPoliciesReturns(result1 []models.Policy, result2 error)

func (*PolicyFilter) Invocations added in v0.13.0

func (fake *PolicyFilter) Invocations() map[string][][]interface{}

type PolicyFilterCCClient added in v0.13.0

type PolicyFilterCCClient struct {
	GetAppSpacesStub func(token string, appGUIDs []string) (map[string]string, error)

	GetUserSpacesStub func(token, userGUID string) (map[string]struct{}, error)
	// contains filtered or unexported fields
}

func (*PolicyFilterCCClient) GetAppSpaces added in v0.13.0

func (fake *PolicyFilterCCClient) GetAppSpaces(token string, appGUIDs []string) (map[string]string, error)

func (*PolicyFilterCCClient) GetAppSpacesArgsForCall added in v0.13.0

func (fake *PolicyFilterCCClient) GetAppSpacesArgsForCall(i int) (string, []string)

func (*PolicyFilterCCClient) GetAppSpacesCallCount added in v0.13.0

func (fake *PolicyFilterCCClient) GetAppSpacesCallCount() int

func (*PolicyFilterCCClient) GetAppSpacesReturns added in v0.13.0

func (fake *PolicyFilterCCClient) GetAppSpacesReturns(result1 map[string]string, result2 error)

func (*PolicyFilterCCClient) GetUserSpaces added in v0.13.0

func (fake *PolicyFilterCCClient) GetUserSpaces(token string, userGUID string) (map[string]struct{}, error)

func (*PolicyFilterCCClient) GetUserSpacesArgsForCall added in v0.13.0

func (fake *PolicyFilterCCClient) GetUserSpacesArgsForCall(i int) (string, string)

func (*PolicyFilterCCClient) GetUserSpacesCallCount added in v0.13.0

func (fake *PolicyFilterCCClient) GetUserSpacesCallCount() int

func (*PolicyFilterCCClient) GetUserSpacesReturns added in v0.13.0

func (fake *PolicyFilterCCClient) GetUserSpacesReturns(result1 map[string]struct{}, result2 error)

func (*PolicyFilterCCClient) Invocations added in v0.13.0

func (fake *PolicyFilterCCClient) Invocations() map[string][][]interface{}

type PolicyGuard added in v0.12.0

type PolicyGuard struct {
	CheckAccessStub func(policies []models.Policy, tokenData uaa_client.CheckTokenResponse) (bool, error)
	// contains filtered or unexported fields
}

func (*PolicyGuard) CheckAccess added in v0.12.0

func (fake *PolicyGuard) CheckAccess(policies []models.Policy, tokenData uaa_client.CheckTokenResponse) (bool, error)

func (*PolicyGuard) CheckAccessArgsForCall added in v0.12.0

func (fake *PolicyGuard) CheckAccessArgsForCall(i int) ([]models.Policy, uaa_client.CheckTokenResponse)

func (*PolicyGuard) CheckAccessCallCount added in v0.12.0

func (fake *PolicyGuard) CheckAccessCallCount() int

func (*PolicyGuard) CheckAccessReturns added in v0.12.0

func (fake *PolicyGuard) CheckAccessReturns(result1 bool, result2 error)

func (*PolicyGuard) Invocations added in v0.12.0

func (fake *PolicyGuard) Invocations() map[string][][]interface{}

type PolicyGuardCCClient added in v0.12.0

type PolicyGuardCCClient struct {
	GetSpaceGUIDsStub func(token string, appGUIDs []string) ([]string, error)

	GetSpaceStub func(token, spaceGUID string) (*models.Space, error)

	GetUserSpaceStub func(token, userGUID string, spaces models.Space) (*models.Space, error)
	// contains filtered or unexported fields
}

func (*PolicyGuardCCClient) GetSpace added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpace(token string, spaceGUID string) (*models.Space, error)

func (*PolicyGuardCCClient) GetSpaceArgsForCall added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpaceArgsForCall(i int) (string, string)

func (*PolicyGuardCCClient) GetSpaceCallCount added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpaceCallCount() int

func (*PolicyGuardCCClient) GetSpaceGUIDs added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpaceGUIDs(token string, appGUIDs []string) ([]string, error)

func (*PolicyGuardCCClient) GetSpaceGUIDsArgsForCall added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpaceGUIDsArgsForCall(i int) (string, []string)

func (*PolicyGuardCCClient) GetSpaceGUIDsCallCount added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpaceGUIDsCallCount() int

func (*PolicyGuardCCClient) GetSpaceGUIDsReturns added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpaceGUIDsReturns(result1 []string, result2 error)

func (*PolicyGuardCCClient) GetSpaceReturns added in v0.12.0

func (fake *PolicyGuardCCClient) GetSpaceReturns(result1 *models.Space, result2 error)

func (*PolicyGuardCCClient) GetUserSpace added in v0.12.0

func (fake *PolicyGuardCCClient) GetUserSpace(token string, userGUID string, spaces models.Space) (*models.Space, error)

func (*PolicyGuardCCClient) GetUserSpaceArgsForCall added in v0.12.0

func (fake *PolicyGuardCCClient) GetUserSpaceArgsForCall(i int) (string, string, models.Space)

func (*PolicyGuardCCClient) GetUserSpaceCallCount added in v0.12.0

func (fake *PolicyGuardCCClient) GetUserSpaceCallCount() int

func (*PolicyGuardCCClient) GetUserSpaceReturns added in v0.12.0

func (fake *PolicyGuardCCClient) GetUserSpaceReturns(result1 *models.Space, result2 error)

func (*PolicyGuardCCClient) Invocations added in v0.12.0

func (fake *PolicyGuardCCClient) Invocations() map[string][][]interface{}

type PolicyRepo

type PolicyRepo struct {
	CreateStub func(store.Transaction, int, int) error

	DeleteStub func(store.Transaction, int, int) error

	CountWhereGroupIDStub func(store.Transaction, int) (int, error)

	CountWhereDestinationIDStub func(store.Transaction, int) (int, error)
	// contains filtered or unexported fields
}

func (*PolicyRepo) CountWhereDestinationID

func (fake *PolicyRepo) CountWhereDestinationID(arg1 store.Transaction, arg2 int) (int, error)

func (*PolicyRepo) CountWhereDestinationIDArgsForCall

func (fake *PolicyRepo) CountWhereDestinationIDArgsForCall(i int) (store.Transaction, int)

func (*PolicyRepo) CountWhereDestinationIDCallCount

func (fake *PolicyRepo) CountWhereDestinationIDCallCount() int

func (*PolicyRepo) CountWhereDestinationIDReturns

func (fake *PolicyRepo) CountWhereDestinationIDReturns(result1 int, result2 error)

func (*PolicyRepo) CountWhereGroupID

func (fake *PolicyRepo) CountWhereGroupID(arg1 store.Transaction, arg2 int) (int, error)

func (*PolicyRepo) CountWhereGroupIDArgsForCall

func (fake *PolicyRepo) CountWhereGroupIDArgsForCall(i int) (store.Transaction, int)

func (*PolicyRepo) CountWhereGroupIDCallCount

func (fake *PolicyRepo) CountWhereGroupIDCallCount() int

func (*PolicyRepo) CountWhereGroupIDReturns

func (fake *PolicyRepo) CountWhereGroupIDReturns(result1 int, result2 error)

func (*PolicyRepo) Create

func (fake *PolicyRepo) Create(arg1 store.Transaction, arg2 int, arg3 int) error

func (*PolicyRepo) CreateArgsForCall

func (fake *PolicyRepo) CreateArgsForCall(i int) (store.Transaction, int, int)

func (*PolicyRepo) CreateCallCount

func (fake *PolicyRepo) CreateCallCount() int

func (*PolicyRepo) CreateReturns

func (fake *PolicyRepo) CreateReturns(result1 error)

func (*PolicyRepo) Delete

func (fake *PolicyRepo) Delete(arg1 store.Transaction, arg2 int, arg3 int) error

func (*PolicyRepo) DeleteArgsForCall

func (fake *PolicyRepo) DeleteArgsForCall(i int) (store.Transaction, int, int)

func (*PolicyRepo) DeleteCallCount

func (fake *PolicyRepo) DeleteCallCount() int

func (*PolicyRepo) DeleteReturns

func (fake *PolicyRepo) DeleteReturns(result1 error)

func (*PolicyRepo) Invocations

func (fake *PolicyRepo) Invocations() map[string][][]interface{}

type SqlResult

type SqlResult struct {
	LastInsertIdStub func() (int64, error)

	RowsAffectedStub func() (int64, error)
	// contains filtered or unexported fields
}

func (*SqlResult) Invocations

func (fake *SqlResult) Invocations() map[string][][]interface{}

func (*SqlResult) LastInsertId

func (fake *SqlResult) LastInsertId() (int64, error)

func (*SqlResult) LastInsertIdCallCount

func (fake *SqlResult) LastInsertIdCallCount() int

func (*SqlResult) LastInsertIdReturns

func (fake *SqlResult) LastInsertIdReturns(result1 int64, result2 error)

func (*SqlResult) RowsAffected

func (fake *SqlResult) RowsAffected() (int64, error)

func (*SqlResult) RowsAffectedCallCount

func (fake *SqlResult) RowsAffectedCallCount() int

func (*SqlResult) RowsAffectedReturns

func (fake *SqlResult) RowsAffectedReturns(result1 int64, result2 error)

type Store

type Store struct {
	CreateStub func([]models.Policy) error

	AllStub func() ([]models.Policy, error)

	DeleteStub func([]models.Policy) error

	TagsStub func() ([]models.Tag, error)
	// contains filtered or unexported fields
}

func (*Store) All

func (fake *Store) All() ([]models.Policy, error)

func (*Store) AllCallCount

func (fake *Store) AllCallCount() int

func (*Store) AllReturns

func (fake *Store) AllReturns(result1 []models.Policy, result2 error)

func (*Store) Create

func (fake *Store) Create(arg1 []models.Policy) error

func (*Store) CreateArgsForCall

func (fake *Store) CreateArgsForCall(i int) []models.Policy

func (*Store) CreateCallCount

func (fake *Store) CreateCallCount() int

func (*Store) CreateReturns

func (fake *Store) CreateReturns(result1 error)

func (*Store) Delete

func (fake *Store) Delete(arg1 []models.Policy) error

func (*Store) DeleteArgsForCall

func (fake *Store) DeleteArgsForCall(i int) []models.Policy

func (*Store) DeleteCallCount

func (fake *Store) DeleteCallCount() int

func (*Store) DeleteReturns

func (fake *Store) DeleteReturns(result1 error)

func (*Store) Invocations

func (fake *Store) Invocations() map[string][][]interface{}

func (*Store) Tags

func (fake *Store) Tags() ([]models.Tag, error)

func (*Store) TagsCallCount

func (fake *Store) TagsCallCount() int

func (*Store) TagsReturns

func (fake *Store) TagsReturns(result1 []models.Tag, result2 error)

type UAAClient added in v0.7.0

type UAAClient struct {
	GetTokenStub func() (string, error)
	// contains filtered or unexported fields
}

func (*UAAClient) GetToken added in v0.7.0

func (fake *UAAClient) GetToken() (string, error)

func (*UAAClient) GetTokenCallCount added in v0.7.0

func (fake *UAAClient) GetTokenCallCount() int

func (*UAAClient) GetTokenReturns added in v0.7.0

func (fake *UAAClient) GetTokenReturns(result1 string, result2 error)

func (*UAAClient) Invocations added in v0.7.0

func (fake *UAAClient) Invocations() map[string][][]interface{}

type UAARequestClient

type UAARequestClient struct {
	CheckTokenStub func(token string) (uaa_client.CheckTokenResponse, error)
	// contains filtered or unexported fields
}

func (*UAARequestClient) CheckToken

func (fake *UAARequestClient) CheckToken(token string) (uaa_client.CheckTokenResponse, error)

func (*UAARequestClient) CheckTokenArgsForCall

func (fake *UAARequestClient) CheckTokenArgsForCall(i int) string

func (*UAARequestClient) CheckTokenCallCount

func (fake *UAARequestClient) CheckTokenCallCount() int

func (*UAARequestClient) CheckTokenReturns

func (fake *UAARequestClient) CheckTokenReturns(result1 uaa_client.CheckTokenResponse, result2 error)

func (*UAARequestClient) Invocations

func (fake *UAARequestClient) Invocations() map[string][][]interface{}

type Validator

type Validator struct {
	ValidatePoliciesStub func(policies []models.Policy) error
	// contains filtered or unexported fields
}

func (*Validator) Invocations

func (fake *Validator) Invocations() map[string][][]interface{}

func (*Validator) ValidatePolicies

func (fake *Validator) ValidatePolicies(policies []models.Policy) error

func (*Validator) ValidatePoliciesArgsForCall

func (fake *Validator) ValidatePoliciesArgsForCall(i int) []models.Policy

func (*Validator) ValidatePoliciesCallCount

func (fake *Validator) ValidatePoliciesCallCount() int

func (*Validator) ValidatePoliciesReturns

func (fake *Validator) ValidatePoliciesReturns(result1 error)

type WarrantClient added in v0.7.0

type WarrantClient struct {
	GetTokenStub func(clientName, clientSecret string) (string, error)
	// contains filtered or unexported fields
}

func (*WarrantClient) GetToken added in v0.7.0

func (fake *WarrantClient) GetToken(clientName string, clientSecret string) (string, error)

func (*WarrantClient) GetTokenArgsForCall added in v0.7.0

func (fake *WarrantClient) GetTokenArgsForCall(i int) (string, string)

func (*WarrantClient) GetTokenCallCount added in v0.7.0

func (fake *WarrantClient) GetTokenCallCount() int

func (*WarrantClient) GetTokenReturns added in v0.7.0

func (fake *WarrantClient) GetTokenReturns(result1 string, result2 error)

func (*WarrantClient) Invocations added in v0.7.0

func (fake *WarrantClient) Invocations() map[string][][]interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL