mocks

package
v0.0.0-...-5d42e80 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRunnable

type MockRunnable struct {
	// contains filtered or unexported fields
}

MockRunnable is a mock of Runnable interface

func NewMockRunnable

func NewMockRunnable(ctrl *gomock.Controller) *MockRunnable

NewMockRunnable creates a new mock instance

func (*MockRunnable) CleanUp

func (m *MockRunnable) CleanUp() error

CleanUp mocks base method

func (*MockRunnable) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRunnable) Init

func (m *MockRunnable) Init(arg0 interface{}, arg1 *golog.Loggers) error

Init mocks base method

func (*MockRunnable) Run

func (m *MockRunnable) Run() error

Run mocks base method

func (*MockRunnable) Stop

func (m *MockRunnable) Stop() error

Stop mocks base method

type MockRunnableGormable

type MockRunnableGormable struct {
	// contains filtered or unexported fields
}

MockRunnableGormable is a mock of RunnableGormable interface

func NewMockRunnableGormable

func NewMockRunnableGormable(ctrl *gomock.Controller) *MockRunnableGormable

NewMockRunnableGormable creates a new mock instance

func (*MockRunnableGormable) AddError

func (m *MockRunnableGormable) AddError(arg0 error) error

AddError mocks base method

func (*MockRunnableGormable) AddForeignKey

func (m *MockRunnableGormable) AddForeignKey(arg0, arg1, arg2, arg3 string) *gorm.DB

AddForeignKey mocks base method

func (*MockRunnableGormable) AddIndex

func (m *MockRunnableGormable) AddIndex(arg0 string, arg1 ...string) *gorm.DB

AddIndex mocks base method

func (*MockRunnableGormable) AddUniqueIndex

func (m *MockRunnableGormable) AddUniqueIndex(arg0 string, arg1 ...string) *gorm.DB

AddUniqueIndex mocks base method

func (*MockRunnableGormable) Assign

func (m *MockRunnableGormable) Assign(arg0 ...interface{}) *gorm.DB

Assign mocks base method

func (*MockRunnableGormable) Association

func (m *MockRunnableGormable) Association(arg0 string) *gorm.Association

Association mocks base method

func (*MockRunnableGormable) Attrs

func (m *MockRunnableGormable) Attrs(arg0 ...interface{}) *gorm.DB

Attrs mocks base method

func (*MockRunnableGormable) AutoMigrate

func (m *MockRunnableGormable) AutoMigrate(arg0 ...interface{}) *gorm.DB

AutoMigrate mocks base method

func (*MockRunnableGormable) Begin

func (m *MockRunnableGormable) Begin() *gorm.DB

Begin mocks base method

func (*MockRunnableGormable) BlockGlobalUpdate

func (m *MockRunnableGormable) BlockGlobalUpdate(arg0 bool) *gorm.DB

BlockGlobalUpdate mocks base method

func (*MockRunnableGormable) Callback

func (m *MockRunnableGormable) Callback() *gorm.Callback

Callback mocks base method

func (*MockRunnableGormable) CleanUp

func (m *MockRunnableGormable) CleanUp() error

CleanUp mocks base method

func (*MockRunnableGormable) Close

func (m *MockRunnableGormable) Close() error

Close mocks base method

func (*MockRunnableGormable) Commit

func (m *MockRunnableGormable) Commit() *gorm.DB

Commit mocks base method

func (*MockRunnableGormable) CommonDB

func (m *MockRunnableGormable) CommonDB() gorm.SQLCommon

CommonDB mocks base method

func (*MockRunnableGormable) Count

func (m *MockRunnableGormable) Count(arg0 interface{}) *gorm.DB

Count mocks base method

func (*MockRunnableGormable) Create

func (m *MockRunnableGormable) Create(arg0 interface{}) *gorm.DB

Create mocks base method

func (*MockRunnableGormable) CreateTable

func (m *MockRunnableGormable) CreateTable(arg0 ...interface{}) *gorm.DB

CreateTable mocks base method

func (*MockRunnableGormable) DB

func (m *MockRunnableGormable) DB() *sql.DB

DB mocks base method

func (*MockRunnableGormable) Debug

func (m *MockRunnableGormable) Debug() *gorm.DB

Debug mocks base method

func (*MockRunnableGormable) Delete

func (m *MockRunnableGormable) Delete(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Delete mocks base method

func (*MockRunnableGormable) Dialect

func (m *MockRunnableGormable) Dialect() gorm.Dialect

Dialect mocks base method

func (*MockRunnableGormable) DropColumn

func (m *MockRunnableGormable) DropColumn(arg0 string) *gorm.DB

DropColumn mocks base method

func (*MockRunnableGormable) DropTable

func (m *MockRunnableGormable) DropTable(arg0 ...interface{}) *gorm.DB

DropTable mocks base method

func (*MockRunnableGormable) DropTableIfExists

func (m *MockRunnableGormable) DropTableIfExists(arg0 ...interface{}) *gorm.DB

DropTableIfExists mocks base method

func (*MockRunnableGormable) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRunnableGormable) Exec

func (m *MockRunnableGormable) Exec(arg0 string, arg1 ...interface{}) *gorm.DB

Exec mocks base method

func (*MockRunnableGormable) Find

func (m *MockRunnableGormable) Find(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Find mocks base method

func (*MockRunnableGormable) First

func (m *MockRunnableGormable) First(arg0 interface{}, arg1 ...interface{}) *gorm.DB

First mocks base method

func (*MockRunnableGormable) FirstOrCreate

func (m *MockRunnableGormable) FirstOrCreate(arg0 interface{}, arg1 ...interface{}) *gorm.DB

FirstOrCreate mocks base method

func (*MockRunnableGormable) FirstOrInit

func (m *MockRunnableGormable) FirstOrInit(arg0 interface{}, arg1 ...interface{}) *gorm.DB

FirstOrInit mocks base method

func (*MockRunnableGormable) Get

func (m *MockRunnableGormable) Get(arg0 string) (interface{}, bool)

Get mocks base method

func (*MockRunnableGormable) GetErrors

func (m *MockRunnableGormable) GetErrors() []error

GetErrors mocks base method

func (*MockRunnableGormable) Group

func (m *MockRunnableGormable) Group(arg0 string) *gorm.DB

Group mocks base method

func (*MockRunnableGormable) HasBlockGlobalUpdate

func (m *MockRunnableGormable) HasBlockGlobalUpdate() bool

HasBlockGlobalUpdate mocks base method

func (*MockRunnableGormable) HasTable

func (m *MockRunnableGormable) HasTable(arg0 interface{}) bool

HasTable mocks base method

func (*MockRunnableGormable) Having

func (m *MockRunnableGormable) Having(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Having mocks base method

func (*MockRunnableGormable) Init

func (m *MockRunnableGormable) Init(arg0 interface{}, arg1 *golog.Loggers) error

Init mocks base method

func (*MockRunnableGormable) InstantSet

func (m *MockRunnableGormable) InstantSet(arg0 string, arg1 interface{}) *gorm.DB

InstantSet mocks base method

func (*MockRunnableGormable) Joins

func (m *MockRunnableGormable) Joins(arg0 string, arg1 ...interface{}) *gorm.DB

Joins mocks base method

func (*MockRunnableGormable) Last

func (m *MockRunnableGormable) Last(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Last mocks base method

func (*MockRunnableGormable) Limit

func (m *MockRunnableGormable) Limit(arg0 interface{}) *gorm.DB

Limit mocks base method

func (*MockRunnableGormable) LogMode

func (m *MockRunnableGormable) LogMode(arg0 bool) *gorm.DB

LogMode mocks base method

func (*MockRunnableGormable) Model

func (m *MockRunnableGormable) Model(arg0 interface{}) *gorm.DB

Model mocks base method

func (*MockRunnableGormable) ModifyColumn

func (m *MockRunnableGormable) ModifyColumn(arg0, arg1 string) *gorm.DB

ModifyColumn mocks base method

func (*MockRunnableGormable) New

func (m *MockRunnableGormable) New() *gorm.DB

New mocks base method

func (*MockRunnableGormable) NewRecord

func (m *MockRunnableGormable) NewRecord(arg0 interface{}) bool

NewRecord mocks base method

func (*MockRunnableGormable) NewScope

func (m *MockRunnableGormable) NewScope(arg0 interface{}) *gorm.Scope

NewScope mocks base method

func (*MockRunnableGormable) Not

func (m *MockRunnableGormable) Not(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Not mocks base method

func (*MockRunnableGormable) Offset

func (m *MockRunnableGormable) Offset(arg0 interface{}) *gorm.DB

Offset mocks base method

func (*MockRunnableGormable) Omit

func (m *MockRunnableGormable) Omit(arg0 ...string) *gorm.DB

Omit mocks base method

func (*MockRunnableGormable) Or

func (m *MockRunnableGormable) Or(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Or mocks base method

func (*MockRunnableGormable) Order

func (m *MockRunnableGormable) Order(arg0 interface{}, arg1 ...bool) *gorm.DB

Order mocks base method

func (*MockRunnableGormable) Pluck

func (m *MockRunnableGormable) Pluck(arg0 string, arg1 interface{}) *gorm.DB

Pluck mocks base method

func (*MockRunnableGormable) Preload

func (m *MockRunnableGormable) Preload(arg0 string, arg1 ...interface{}) *gorm.DB

Preload mocks base method

func (*MockRunnableGormable) Preloads

func (m *MockRunnableGormable) Preloads(arg0 interface{}) *gorm.DB

Preloads mocks base method

func (*MockRunnableGormable) Raw

func (m *MockRunnableGormable) Raw(arg0 string, arg1 ...interface{}) *gorm.DB

Raw mocks base method

func (*MockRunnableGormable) RecordNotFound

func (m *MockRunnableGormable) RecordNotFound() bool

RecordNotFound mocks base method

func (*MockRunnableGormable) Related

func (m *MockRunnableGormable) Related(arg0 interface{}, arg1 ...string) *gorm.DB

Related mocks base method

func (*MockRunnableGormable) RemoveForeignKey

func (m *MockRunnableGormable) RemoveForeignKey(arg0, arg1 string) *gorm.DB

RemoveForeignKey mocks base method

func (*MockRunnableGormable) RemoveIndex

func (m *MockRunnableGormable) RemoveIndex(arg0 string) *gorm.DB

RemoveIndex mocks base method

func (*MockRunnableGormable) Rollback

func (m *MockRunnableGormable) Rollback() *gorm.DB

Rollback mocks base method

func (*MockRunnableGormable) Row

func (m *MockRunnableGormable) Row() *sql.Row

Row mocks base method

func (*MockRunnableGormable) Rows

func (m *MockRunnableGormable) Rows() (*sql.Rows, error)

Rows mocks base method

func (*MockRunnableGormable) Run

func (m *MockRunnableGormable) Run() error

Run mocks base method

func (*MockRunnableGormable) Save

func (m *MockRunnableGormable) Save(arg0 interface{}) *gorm.DB

Save mocks base method

func (*MockRunnableGormable) Scan

func (m *MockRunnableGormable) Scan(arg0 interface{}) *gorm.DB

Scan mocks base method

func (*MockRunnableGormable) ScanRows

func (m *MockRunnableGormable) ScanRows(arg0 *sql.Rows, arg1 interface{}) error

ScanRows mocks base method

func (*MockRunnableGormable) Scopes

func (m *MockRunnableGormable) Scopes(arg0 ...func(*gorm.DB) *gorm.DB) *gorm.DB

Scopes mocks base method

func (*MockRunnableGormable) Select

func (m *MockRunnableGormable) Select(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Select mocks base method

func (*MockRunnableGormable) Set

func (m *MockRunnableGormable) Set(arg0 string, arg1 interface{}) *gorm.DB

Set mocks base method

func (*MockRunnableGormable) SetJoinTableHandler

func (m *MockRunnableGormable) SetJoinTableHandler(arg0 interface{}, arg1 string, arg2 gorm.JoinTableHandlerInterface)

SetJoinTableHandler mocks base method

func (*MockRunnableGormable) SingularTable

func (m *MockRunnableGormable) SingularTable(arg0 bool)

SingularTable mocks base method

func (*MockRunnableGormable) Stop

func (m *MockRunnableGormable) Stop() error

Stop mocks base method

func (*MockRunnableGormable) Table

func (m *MockRunnableGormable) Table(arg0 string) *gorm.DB

Table mocks base method

func (*MockRunnableGormable) Take

func (m *MockRunnableGormable) Take(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Take mocks base method

func (*MockRunnableGormable) Unscoped

func (m *MockRunnableGormable) Unscoped() *gorm.DB

Unscoped mocks base method

func (*MockRunnableGormable) Update

func (m *MockRunnableGormable) Update(arg0 ...interface{}) *gorm.DB

Update mocks base method

func (*MockRunnableGormable) UpdateColumn

func (m *MockRunnableGormable) UpdateColumn(arg0 ...interface{}) *gorm.DB

UpdateColumn mocks base method

func (*MockRunnableGormable) UpdateColumns

func (m *MockRunnableGormable) UpdateColumns(arg0 interface{}) *gorm.DB

UpdateColumns mocks base method

func (*MockRunnableGormable) Updates

func (m *MockRunnableGormable) Updates(arg0 interface{}, arg1 ...bool) *gorm.DB

Updates mocks base method

func (*MockRunnableGormable) Where

func (m *MockRunnableGormable) Where(arg0 interface{}, arg1 ...interface{}) *gorm.DB

Where mocks base method

type MockRunnableGormableMockRecorder

type MockRunnableGormableMockRecorder struct {
	// contains filtered or unexported fields
}

MockRunnableGormableMockRecorder is the mock recorder for MockRunnableGormable

func (*MockRunnableGormableMockRecorder) AddError

func (mr *MockRunnableGormableMockRecorder) AddError(arg0 interface{}) *gomock.Call

AddError indicates an expected call of AddError

func (*MockRunnableGormableMockRecorder) AddForeignKey

func (mr *MockRunnableGormableMockRecorder) AddForeignKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AddForeignKey indicates an expected call of AddForeignKey

func (*MockRunnableGormableMockRecorder) AddIndex

func (mr *MockRunnableGormableMockRecorder) AddIndex(arg0 interface{}, arg1 ...interface{}) *gomock.Call

AddIndex indicates an expected call of AddIndex

func (*MockRunnableGormableMockRecorder) AddUniqueIndex

func (mr *MockRunnableGormableMockRecorder) AddUniqueIndex(arg0 interface{}, arg1 ...interface{}) *gomock.Call

AddUniqueIndex indicates an expected call of AddUniqueIndex

func (*MockRunnableGormableMockRecorder) Assign

func (mr *MockRunnableGormableMockRecorder) Assign(arg0 ...interface{}) *gomock.Call

Assign indicates an expected call of Assign

func (*MockRunnableGormableMockRecorder) Association

func (mr *MockRunnableGormableMockRecorder) Association(arg0 interface{}) *gomock.Call

Association indicates an expected call of Association

func (*MockRunnableGormableMockRecorder) Attrs

func (mr *MockRunnableGormableMockRecorder) Attrs(arg0 ...interface{}) *gomock.Call

Attrs indicates an expected call of Attrs

func (*MockRunnableGormableMockRecorder) AutoMigrate

func (mr *MockRunnableGormableMockRecorder) AutoMigrate(arg0 ...interface{}) *gomock.Call

AutoMigrate indicates an expected call of AutoMigrate

func (*MockRunnableGormableMockRecorder) Begin

Begin indicates an expected call of Begin

func (*MockRunnableGormableMockRecorder) BlockGlobalUpdate

func (mr *MockRunnableGormableMockRecorder) BlockGlobalUpdate(arg0 interface{}) *gomock.Call

BlockGlobalUpdate indicates an expected call of BlockGlobalUpdate

func (*MockRunnableGormableMockRecorder) Callback

Callback indicates an expected call of Callback

func (*MockRunnableGormableMockRecorder) CleanUp

CleanUp indicates an expected call of CleanUp

func (*MockRunnableGormableMockRecorder) Close

Close indicates an expected call of Close

func (*MockRunnableGormableMockRecorder) Commit

Commit indicates an expected call of Commit

func (*MockRunnableGormableMockRecorder) CommonDB

CommonDB indicates an expected call of CommonDB

func (*MockRunnableGormableMockRecorder) Count

func (mr *MockRunnableGormableMockRecorder) Count(arg0 interface{}) *gomock.Call

Count indicates an expected call of Count

func (*MockRunnableGormableMockRecorder) Create

func (mr *MockRunnableGormableMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockRunnableGormableMockRecorder) CreateTable

func (mr *MockRunnableGormableMockRecorder) CreateTable(arg0 ...interface{}) *gomock.Call

CreateTable indicates an expected call of CreateTable

func (*MockRunnableGormableMockRecorder) DB

DB indicates an expected call of DB

func (*MockRunnableGormableMockRecorder) Debug

Debug indicates an expected call of Debug

func (*MockRunnableGormableMockRecorder) Delete

func (mr *MockRunnableGormableMockRecorder) Delete(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockRunnableGormableMockRecorder) Dialect

Dialect indicates an expected call of Dialect

func (*MockRunnableGormableMockRecorder) DropColumn

func (mr *MockRunnableGormableMockRecorder) DropColumn(arg0 interface{}) *gomock.Call

DropColumn indicates an expected call of DropColumn

func (*MockRunnableGormableMockRecorder) DropTable

func (mr *MockRunnableGormableMockRecorder) DropTable(arg0 ...interface{}) *gomock.Call

DropTable indicates an expected call of DropTable

func (*MockRunnableGormableMockRecorder) DropTableIfExists

func (mr *MockRunnableGormableMockRecorder) DropTableIfExists(arg0 ...interface{}) *gomock.Call

DropTableIfExists indicates an expected call of DropTableIfExists

func (*MockRunnableGormableMockRecorder) Exec

func (mr *MockRunnableGormableMockRecorder) Exec(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Exec indicates an expected call of Exec

func (*MockRunnableGormableMockRecorder) Find

func (mr *MockRunnableGormableMockRecorder) Find(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Find indicates an expected call of Find

func (*MockRunnableGormableMockRecorder) First

func (mr *MockRunnableGormableMockRecorder) First(arg0 interface{}, arg1 ...interface{}) *gomock.Call

First indicates an expected call of First

func (*MockRunnableGormableMockRecorder) FirstOrCreate

func (mr *MockRunnableGormableMockRecorder) FirstOrCreate(arg0 interface{}, arg1 ...interface{}) *gomock.Call

FirstOrCreate indicates an expected call of FirstOrCreate

func (*MockRunnableGormableMockRecorder) FirstOrInit

func (mr *MockRunnableGormableMockRecorder) FirstOrInit(arg0 interface{}, arg1 ...interface{}) *gomock.Call

FirstOrInit indicates an expected call of FirstOrInit

func (*MockRunnableGormableMockRecorder) Get

func (mr *MockRunnableGormableMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockRunnableGormableMockRecorder) GetErrors

func (mr *MockRunnableGormableMockRecorder) GetErrors() *gomock.Call

GetErrors indicates an expected call of GetErrors

func (*MockRunnableGormableMockRecorder) Group

func (mr *MockRunnableGormableMockRecorder) Group(arg0 interface{}) *gomock.Call

Group indicates an expected call of Group

func (*MockRunnableGormableMockRecorder) HasBlockGlobalUpdate

func (mr *MockRunnableGormableMockRecorder) HasBlockGlobalUpdate() *gomock.Call

HasBlockGlobalUpdate indicates an expected call of HasBlockGlobalUpdate

func (*MockRunnableGormableMockRecorder) HasTable

func (mr *MockRunnableGormableMockRecorder) HasTable(arg0 interface{}) *gomock.Call

HasTable indicates an expected call of HasTable

func (*MockRunnableGormableMockRecorder) Having

func (mr *MockRunnableGormableMockRecorder) Having(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Having indicates an expected call of Having

func (*MockRunnableGormableMockRecorder) Init

func (mr *MockRunnableGormableMockRecorder) Init(arg0, arg1 interface{}) *gomock.Call

Init indicates an expected call of Init

func (*MockRunnableGormableMockRecorder) InstantSet

func (mr *MockRunnableGormableMockRecorder) InstantSet(arg0, arg1 interface{}) *gomock.Call

InstantSet indicates an expected call of InstantSet

func (*MockRunnableGormableMockRecorder) Joins

func (mr *MockRunnableGormableMockRecorder) Joins(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Joins indicates an expected call of Joins

func (*MockRunnableGormableMockRecorder) Last

func (mr *MockRunnableGormableMockRecorder) Last(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Last indicates an expected call of Last

func (*MockRunnableGormableMockRecorder) Limit

func (mr *MockRunnableGormableMockRecorder) Limit(arg0 interface{}) *gomock.Call

Limit indicates an expected call of Limit

func (*MockRunnableGormableMockRecorder) LogMode

func (mr *MockRunnableGormableMockRecorder) LogMode(arg0 interface{}) *gomock.Call

LogMode indicates an expected call of LogMode

func (*MockRunnableGormableMockRecorder) Model

func (mr *MockRunnableGormableMockRecorder) Model(arg0 interface{}) *gomock.Call

Model indicates an expected call of Model

func (*MockRunnableGormableMockRecorder) ModifyColumn

func (mr *MockRunnableGormableMockRecorder) ModifyColumn(arg0, arg1 interface{}) *gomock.Call

ModifyColumn indicates an expected call of ModifyColumn

func (*MockRunnableGormableMockRecorder) New

New indicates an expected call of New

func (*MockRunnableGormableMockRecorder) NewRecord

func (mr *MockRunnableGormableMockRecorder) NewRecord(arg0 interface{}) *gomock.Call

NewRecord indicates an expected call of NewRecord

func (*MockRunnableGormableMockRecorder) NewScope

func (mr *MockRunnableGormableMockRecorder) NewScope(arg0 interface{}) *gomock.Call

NewScope indicates an expected call of NewScope

func (*MockRunnableGormableMockRecorder) Not

func (mr *MockRunnableGormableMockRecorder) Not(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Not indicates an expected call of Not

func (*MockRunnableGormableMockRecorder) Offset

func (mr *MockRunnableGormableMockRecorder) Offset(arg0 interface{}) *gomock.Call

Offset indicates an expected call of Offset

func (*MockRunnableGormableMockRecorder) Omit

func (mr *MockRunnableGormableMockRecorder) Omit(arg0 ...interface{}) *gomock.Call

Omit indicates an expected call of Omit

func (*MockRunnableGormableMockRecorder) Or

func (mr *MockRunnableGormableMockRecorder) Or(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Or indicates an expected call of Or

func (*MockRunnableGormableMockRecorder) Order

func (mr *MockRunnableGormableMockRecorder) Order(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Order indicates an expected call of Order

func (*MockRunnableGormableMockRecorder) Pluck

func (mr *MockRunnableGormableMockRecorder) Pluck(arg0, arg1 interface{}) *gomock.Call

Pluck indicates an expected call of Pluck

func (*MockRunnableGormableMockRecorder) Preload

func (mr *MockRunnableGormableMockRecorder) Preload(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Preload indicates an expected call of Preload

func (*MockRunnableGormableMockRecorder) Preloads

func (mr *MockRunnableGormableMockRecorder) Preloads(arg0 interface{}) *gomock.Call

Preloads indicates an expected call of Preloads

func (*MockRunnableGormableMockRecorder) Raw

func (mr *MockRunnableGormableMockRecorder) Raw(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Raw indicates an expected call of Raw

func (*MockRunnableGormableMockRecorder) RecordNotFound

func (mr *MockRunnableGormableMockRecorder) RecordNotFound() *gomock.Call

RecordNotFound indicates an expected call of RecordNotFound

func (*MockRunnableGormableMockRecorder) Related

func (mr *MockRunnableGormableMockRecorder) Related(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Related indicates an expected call of Related

func (*MockRunnableGormableMockRecorder) RemoveForeignKey

func (mr *MockRunnableGormableMockRecorder) RemoveForeignKey(arg0, arg1 interface{}) *gomock.Call

RemoveForeignKey indicates an expected call of RemoveForeignKey

func (*MockRunnableGormableMockRecorder) RemoveIndex

func (mr *MockRunnableGormableMockRecorder) RemoveIndex(arg0 interface{}) *gomock.Call

RemoveIndex indicates an expected call of RemoveIndex

func (*MockRunnableGormableMockRecorder) Rollback

Rollback indicates an expected call of Rollback

func (*MockRunnableGormableMockRecorder) Row

Row indicates an expected call of Row

func (*MockRunnableGormableMockRecorder) Rows

Rows indicates an expected call of Rows

func (*MockRunnableGormableMockRecorder) Run

Run indicates an expected call of Run

func (*MockRunnableGormableMockRecorder) Save

func (mr *MockRunnableGormableMockRecorder) Save(arg0 interface{}) *gomock.Call

Save indicates an expected call of Save

func (*MockRunnableGormableMockRecorder) Scan

func (mr *MockRunnableGormableMockRecorder) Scan(arg0 interface{}) *gomock.Call

Scan indicates an expected call of Scan

func (*MockRunnableGormableMockRecorder) ScanRows

func (mr *MockRunnableGormableMockRecorder) ScanRows(arg0, arg1 interface{}) *gomock.Call

ScanRows indicates an expected call of ScanRows

func (*MockRunnableGormableMockRecorder) Scopes

func (mr *MockRunnableGormableMockRecorder) Scopes(arg0 ...interface{}) *gomock.Call

Scopes indicates an expected call of Scopes

func (*MockRunnableGormableMockRecorder) Select

func (mr *MockRunnableGormableMockRecorder) Select(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Select indicates an expected call of Select

func (*MockRunnableGormableMockRecorder) Set

func (mr *MockRunnableGormableMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call

Set indicates an expected call of Set

func (*MockRunnableGormableMockRecorder) SetJoinTableHandler

func (mr *MockRunnableGormableMockRecorder) SetJoinTableHandler(arg0, arg1, arg2 interface{}) *gomock.Call

SetJoinTableHandler indicates an expected call of SetJoinTableHandler

func (*MockRunnableGormableMockRecorder) SingularTable

func (mr *MockRunnableGormableMockRecorder) SingularTable(arg0 interface{}) *gomock.Call

SingularTable indicates an expected call of SingularTable

func (*MockRunnableGormableMockRecorder) Stop

Stop indicates an expected call of Stop

func (*MockRunnableGormableMockRecorder) Table

func (mr *MockRunnableGormableMockRecorder) Table(arg0 interface{}) *gomock.Call

Table indicates an expected call of Table

func (*MockRunnableGormableMockRecorder) Take

func (mr *MockRunnableGormableMockRecorder) Take(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Take indicates an expected call of Take

func (*MockRunnableGormableMockRecorder) Unscoped

Unscoped indicates an expected call of Unscoped

func (*MockRunnableGormableMockRecorder) Update

func (mr *MockRunnableGormableMockRecorder) Update(arg0 ...interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockRunnableGormableMockRecorder) UpdateColumn

func (mr *MockRunnableGormableMockRecorder) UpdateColumn(arg0 ...interface{}) *gomock.Call

UpdateColumn indicates an expected call of UpdateColumn

func (*MockRunnableGormableMockRecorder) UpdateColumns

func (mr *MockRunnableGormableMockRecorder) UpdateColumns(arg0 interface{}) *gomock.Call

UpdateColumns indicates an expected call of UpdateColumns

func (*MockRunnableGormableMockRecorder) Updates

func (mr *MockRunnableGormableMockRecorder) Updates(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Updates indicates an expected call of Updates

func (*MockRunnableGormableMockRecorder) Where

func (mr *MockRunnableGormableMockRecorder) Where(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Where indicates an expected call of Where

type MockRunnableMockRecorder

type MockRunnableMockRecorder struct {
	// contains filtered or unexported fields
}

MockRunnableMockRecorder is the mock recorder for MockRunnable

func (*MockRunnableMockRecorder) CleanUp

func (mr *MockRunnableMockRecorder) CleanUp() *gomock.Call

CleanUp indicates an expected call of CleanUp

func (*MockRunnableMockRecorder) Init

func (mr *MockRunnableMockRecorder) Init(arg0, arg1 interface{}) *gomock.Call

Init indicates an expected call of Init

func (*MockRunnableMockRecorder) Run

Run indicates an expected call of Run

func (*MockRunnableMockRecorder) Stop

func (mr *MockRunnableMockRecorder) Stop() *gomock.Call

Stop indicates an expected call of Stop

type MockRunnableRabbit

type MockRunnableRabbit struct {
	// contains filtered or unexported fields
}

MockRunnableRabbit is a mock of RunnableRabbit interface

func NewMockRunnableRabbit

func NewMockRunnableRabbit(ctrl *gomock.Controller) *MockRunnableRabbit

NewMockRunnableRabbit creates a new mock instance

func (*MockRunnableRabbit) Channel

func (m *MockRunnableRabbit) Channel() (amqpmanager.Channel, error)

Channel mocks base method

func (*MockRunnableRabbit) CleanUp

func (m *MockRunnableRabbit) CleanUp() error

CleanUp mocks base method

func (*MockRunnableRabbit) Close

func (m *MockRunnableRabbit) Close() error

Close mocks base method

func (*MockRunnableRabbit) ConnectionState

func (m *MockRunnableRabbit) ConnectionState() tls.ConnectionState

ConnectionState mocks base method

func (*MockRunnableRabbit) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRunnableRabbit) Init

func (m *MockRunnableRabbit) Init(arg0 interface{}, arg1 *golog.Loggers) error

Init mocks base method

func (*MockRunnableRabbit) LocalAddr

func (m *MockRunnableRabbit) LocalAddr() net.Addr

LocalAddr mocks base method

func (*MockRunnableRabbit) NotifyBlocked

func (m *MockRunnableRabbit) NotifyBlocked(arg0 chan amqp.Blocking) chan amqp.Blocking

NotifyBlocked mocks base method

func (*MockRunnableRabbit) NotifyClose

func (m *MockRunnableRabbit) NotifyClose(arg0 chan *amqp.Error) chan *amqp.Error

NotifyClose mocks base method

func (*MockRunnableRabbit) Run

func (m *MockRunnableRabbit) Run() error

Run mocks base method

func (*MockRunnableRabbit) Stop

func (m *MockRunnableRabbit) Stop() error

Stop mocks base method

type MockRunnableRabbitMockRecorder

type MockRunnableRabbitMockRecorder struct {
	// contains filtered or unexported fields
}

MockRunnableRabbitMockRecorder is the mock recorder for MockRunnableRabbit

func (*MockRunnableRabbitMockRecorder) Channel

Channel indicates an expected call of Channel

func (*MockRunnableRabbitMockRecorder) CleanUp

CleanUp indicates an expected call of CleanUp

func (*MockRunnableRabbitMockRecorder) Close

Close indicates an expected call of Close

func (*MockRunnableRabbitMockRecorder) ConnectionState

func (mr *MockRunnableRabbitMockRecorder) ConnectionState() *gomock.Call

ConnectionState indicates an expected call of ConnectionState

func (*MockRunnableRabbitMockRecorder) Init

func (mr *MockRunnableRabbitMockRecorder) Init(arg0, arg1 interface{}) *gomock.Call

Init indicates an expected call of Init

func (*MockRunnableRabbitMockRecorder) LocalAddr

func (mr *MockRunnableRabbitMockRecorder) LocalAddr() *gomock.Call

LocalAddr indicates an expected call of LocalAddr

func (*MockRunnableRabbitMockRecorder) NotifyBlocked

func (mr *MockRunnableRabbitMockRecorder) NotifyBlocked(arg0 interface{}) *gomock.Call

NotifyBlocked indicates an expected call of NotifyBlocked

func (*MockRunnableRabbitMockRecorder) NotifyClose

func (mr *MockRunnableRabbitMockRecorder) NotifyClose(arg0 interface{}) *gomock.Call

NotifyClose indicates an expected call of NotifyClose

func (*MockRunnableRabbitMockRecorder) Run

Run indicates an expected call of Run

func (*MockRunnableRabbitMockRecorder) Stop

Stop indicates an expected call of Stop

Jump to

Keyboard shortcuts

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