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
Index ¶
- type Db
- func (fake *Db) Beginx() (*sqlx.Tx, error)
- func (fake *Db) BeginxCallCount() int
- func (fake *Db) BeginxReturns(result1 *sqlx.Tx, result2 error)
- func (fake *Db) DriverName() string
- func (fake *Db) DriverNameCallCount() int
- func (fake *Db) DriverNameReturns(result1 string)
- func (fake *Db) Exec(query string, args ...interface{}) (sql.Result, error)
- func (fake *Db) ExecArgsForCall(i int) (string, []interface{})
- func (fake *Db) ExecCallCount() int
- func (fake *Db) ExecReturns(result1 sql.Result, result2 error)
- func (fake *Db) Get(dest interface{}, query string, args ...interface{}) error
- func (fake *Db) GetArgsForCall(i int) (interface{}, string, []interface{})
- func (fake *Db) GetCallCount() int
- func (fake *Db) GetReturns(result1 error)
- func (fake *Db) Invocations() map[string][][]interface{}
- func (fake *Db) NamedExec(query string, arg interface{}) (sql.Result, error)
- func (fake *Db) NamedExecArgsForCall(i int) (string, interface{})
- func (fake *Db) NamedExecCallCount() int
- func (fake *Db) NamedExecReturns(result1 sql.Result, result2 error)
- func (fake *Db) Query(query string, args ...interface{}) (*sql.Rows, error)
- func (fake *Db) QueryArgsForCall(i int) (string, []interface{})
- func (fake *Db) QueryCallCount() int
- func (fake *Db) QueryReturns(result1 *sql.Rows, result2 error)
- func (fake *Db) QueryRow(query string, args ...interface{}) *sql.Row
- func (fake *Db) QueryRowArgsForCall(i int) (string, []interface{})
- func (fake *Db) QueryRowCallCount() int
- func (fake *Db) QueryRowReturns(result1 *sql.Row)
- func (fake *Db) Select(dest interface{}, query string, args ...interface{}) error
- func (fake *Db) SelectArgsForCall(i int) (interface{}, string, []interface{})
- func (fake *Db) SelectCallCount() int
- func (fake *Db) SelectReturns(result1 error)
- type DestinationRepo
- func (fake *DestinationRepo) CountWhereGroupID(arg1 store.Transaction, arg2 int) (int, error)
- func (fake *DestinationRepo) CountWhereGroupIDArgsForCall(i int) (store.Transaction, int)
- func (fake *DestinationRepo) CountWhereGroupIDCallCount() int
- func (fake *DestinationRepo) CountWhereGroupIDReturns(result1 int, result2 error)
- func (fake *DestinationRepo) Create(arg1 store.Transaction, arg2 int, arg3 int, arg4 string) (int, error)
- func (fake *DestinationRepo) CreateArgsForCall(i int) (store.Transaction, int, int, string)
- func (fake *DestinationRepo) CreateCallCount() int
- func (fake *DestinationRepo) CreateReturns(result1 int, result2 error)
- func (fake *DestinationRepo) Delete(arg1 store.Transaction, arg2 int) error
- func (fake *DestinationRepo) DeleteArgsForCall(i int) (store.Transaction, int)
- func (fake *DestinationRepo) DeleteCallCount() int
- func (fake *DestinationRepo) DeleteReturns(result1 error)
- func (fake *DestinationRepo) GetID(arg1 store.Transaction, arg2 int, arg3 int, arg4 string) (int, error)
- func (fake *DestinationRepo) GetIDArgsForCall(i int) (store.Transaction, int, int, string)
- func (fake *DestinationRepo) GetIDCallCount() int
- func (fake *DestinationRepo) GetIDReturns(result1 int, result2 error)
- func (fake *DestinationRepo) Invocations() map[string][][]interface{}
- type GroupRepo
- func (fake *GroupRepo) Create(arg1 store.Transaction, arg2 string) (int, error)
- func (fake *GroupRepo) CreateArgsForCall(i int) (store.Transaction, string)
- func (fake *GroupRepo) CreateCallCount() int
- func (fake *GroupRepo) CreateReturns(result1 int, result2 error)
- func (fake *GroupRepo) Delete(arg1 store.Transaction, arg2 int) error
- func (fake *GroupRepo) DeleteArgsForCall(i int) (store.Transaction, int)
- func (fake *GroupRepo) DeleteCallCount() int
- func (fake *GroupRepo) DeleteReturns(result1 error)
- func (fake *GroupRepo) GetID(arg1 store.Transaction, arg2 string) (int, error)
- func (fake *GroupRepo) GetIDArgsForCall(i int) (store.Transaction, string)
- func (fake *GroupRepo) GetIDCallCount() int
- func (fake *GroupRepo) GetIDReturns(result1 int, result2 error)
- func (fake *GroupRepo) Invocations() map[string][][]interface{}
- type PolicyRepo
- func (fake *PolicyRepo) CountWhereDestinationID(arg1 store.Transaction, arg2 int) (int, error)
- func (fake *PolicyRepo) CountWhereDestinationIDArgsForCall(i int) (store.Transaction, int)
- func (fake *PolicyRepo) CountWhereDestinationIDCallCount() int
- func (fake *PolicyRepo) CountWhereDestinationIDReturns(result1 int, result2 error)
- func (fake *PolicyRepo) CountWhereGroupID(arg1 store.Transaction, arg2 int) (int, error)
- func (fake *PolicyRepo) CountWhereGroupIDArgsForCall(i int) (store.Transaction, int)
- func (fake *PolicyRepo) CountWhereGroupIDCallCount() int
- func (fake *PolicyRepo) CountWhereGroupIDReturns(result1 int, result2 error)
- func (fake *PolicyRepo) Create(arg1 store.Transaction, arg2 int, arg3 int) error
- func (fake *PolicyRepo) CreateArgsForCall(i int) (store.Transaction, int, int)
- func (fake *PolicyRepo) CreateCallCount() int
- func (fake *PolicyRepo) CreateReturns(result1 error)
- func (fake *PolicyRepo) Delete(arg1 store.Transaction, arg2 int, arg3 int) error
- func (fake *PolicyRepo) DeleteArgsForCall(i int) (store.Transaction, int, int)
- func (fake *PolicyRepo) DeleteCallCount() int
- func (fake *PolicyRepo) DeleteReturns(result1 error)
- func (fake *PolicyRepo) Invocations() map[string][][]interface{}
- type SqlResult
- func (fake *SqlResult) Invocations() map[string][][]interface{}
- func (fake *SqlResult) LastInsertId() (int64, error)
- func (fake *SqlResult) LastInsertIdCallCount() int
- func (fake *SqlResult) LastInsertIdReturns(result1 int64, result2 error)
- func (fake *SqlResult) RowsAffected() (int64, error)
- func (fake *SqlResult) RowsAffectedCallCount() int
- func (fake *SqlResult) RowsAffectedReturns(result1 int64, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) BeginxCallCount ¶
func (*Db) DriverName ¶
func (*Db) DriverNameCallCount ¶
func (*Db) DriverNameReturns ¶
func (*Db) ExecArgsForCall ¶
func (*Db) ExecCallCount ¶
func (*Db) GetArgsForCall ¶
func (*Db) GetCallCount ¶
func (*Db) GetReturns ¶
func (*Db) Invocations ¶
func (*Db) NamedExecArgsForCall ¶
func (*Db) NamedExecCallCount ¶
func (*Db) QueryArgsForCall ¶
func (*Db) QueryCallCount ¶
func (*Db) QueryRowArgsForCall ¶
func (*Db) QueryRowCallCount ¶
func (*Db) QueryRowReturns ¶
func (*Db) SelectArgsForCall ¶
func (*Db) SelectCallCount ¶
func (*Db) SelectReturns ¶
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) CreateArgsForCall ¶
func (fake *GroupRepo) CreateArgsForCall(i int) (store.Transaction, string)
func (*GroupRepo) CreateCallCount ¶
func (*GroupRepo) CreateReturns ¶
func (*GroupRepo) DeleteArgsForCall ¶
func (fake *GroupRepo) DeleteArgsForCall(i int) (store.Transaction, int)
func (*GroupRepo) DeleteCallCount ¶
func (*GroupRepo) DeleteReturns ¶
func (*GroupRepo) GetIDArgsForCall ¶
func (fake *GroupRepo) GetIDArgsForCall(i int) (store.Transaction, string)
func (*GroupRepo) GetIDCallCount ¶
func (*GroupRepo) GetIDReturns ¶
func (*GroupRepo) Invocations ¶
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 (*SqlResult) LastInsertId ¶
func (*SqlResult) LastInsertIdCallCount ¶
func (*SqlResult) LastInsertIdReturns ¶
func (*SqlResult) RowsAffected ¶
func (*SqlResult) RowsAffectedCallCount ¶
func (*SqlResult) RowsAffectedReturns ¶
Click to show internal directories.
Click to hide internal directories.