mocks

package
v0.0.0-...-d2438c5 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2019 License: Apache-2.0 Imports: 14 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.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockCertConfig

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

MockCertConfig is a mock of CertConfig interface

func NewMockCertConfig

func NewMockCertConfig(ctrl *gomock.Controller) *MockCertConfig

NewMockCertConfig creates a new mock instance

func (*MockCertConfig) EXPECT

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

func (*MockCertConfig) Read

func (m *MockCertConfig) Read(arg0 *cert.Info) (*tls.Config, error)

Read mocks base method

type MockCertConfigMockRecorder

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

MockCertConfigMockRecorder is the mock recorder for MockCertConfig

func (*MockCertConfigMockRecorder) Read

func (mr *MockCertConfigMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read

type MockCluster

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

MockCluster is a mock of Cluster interface

func NewMockCluster

func NewMockCluster(ctrl *gomock.Controller) *MockCluster

NewMockCluster creates a new mock instance

func (*MockCluster) EXPECT

func (m *MockCluster) EXPECT() *MockClusterMockRecorder

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

func (*MockCluster) Transaction

func (m *MockCluster) Transaction(arg0 func(*db.ClusterTx) error) error

Transaction mocks base method

type MockClusterMockRecorder

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

MockClusterMockRecorder is the mock recorder for MockCluster

func (*MockClusterMockRecorder) Transaction

func (mr *MockClusterMockRecorder) Transaction(arg0 interface{}) *gomock.Call

Transaction indicates an expected call of Transaction

type MockContext

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

MockContext is a mock of Context interface

func NewMockContext

func NewMockContext(ctrl *gomock.Controller) *MockContext

NewMockContext creates a new mock instance

func (*MockContext) Deadline

func (m *MockContext) Deadline() (time.Time, bool)

Deadline mocks base method

func (*MockContext) Done

func (m *MockContext) Done() <-chan struct{}

Done mocks base method

func (*MockContext) EXPECT

func (m *MockContext) EXPECT() *MockContextMockRecorder

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

func (*MockContext) Err

func (m *MockContext) Err() error

Err mocks base method

func (*MockContext) Value

func (m *MockContext) Value(arg0 interface{}) interface{}

Value mocks base method

type MockContextMockRecorder

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

MockContextMockRecorder is the mock recorder for MockContext

func (*MockContextMockRecorder) Deadline

func (mr *MockContextMockRecorder) Deadline() *gomock.Call

Deadline indicates an expected call of Deadline

func (*MockContextMockRecorder) Done

func (mr *MockContextMockRecorder) Done() *gomock.Call

Done indicates an expected call of Done

func (*MockContextMockRecorder) Err

func (mr *MockContextMockRecorder) Err() *gomock.Call

Err indicates an expected call of Err

func (*MockContextMockRecorder) Value

func (mr *MockContextMockRecorder) Value(arg0 interface{}) *gomock.Call

Value indicates an expected call of Value

type MockDB

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

MockDB is a mock of DB interface

func NewMockDB

func NewMockDB(ctrl *gomock.Controller) *MockDB

NewMockDB creates a new mock instance

func (*MockDB) Begin

func (m *MockDB) Begin() (database.Tx, error)

Begin mocks base method

func (*MockDB) Close

func (m *MockDB) Close() error

Close mocks base method

func (*MockDB) EXPECT

func (m *MockDB) EXPECT() *MockDBMockRecorder

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

func (*MockDB) Ping

func (m *MockDB) Ping() error

Ping mocks base method

type MockDBMockRecorder

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

MockDBMockRecorder is the mock recorder for MockDB

func (*MockDBMockRecorder) Begin

func (mr *MockDBMockRecorder) Begin() *gomock.Call

Begin indicates an expected call of Begin

func (*MockDBMockRecorder) Close

func (mr *MockDBMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close

func (*MockDBMockRecorder) Ping

func (mr *MockDBMockRecorder) Ping() *gomock.Call

Ping indicates an expected call of Ping

type MockGateway

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

MockGateway is a mock of Gateway interface

func NewMockGateway

func NewMockGateway(ctrl *gomock.Controller) *MockGateway

NewMockGateway creates a new mock instance

func (*MockGateway) Cert

func (m *MockGateway) Cert() *cert.Info

Cert mocks base method

func (*MockGateway) Clustered

func (m *MockGateway) Clustered() bool

Clustered mocks base method

func (*MockGateway) DB

func (m *MockGateway) DB() heartbeat.Node

DB mocks base method

func (*MockGateway) EXPECT

func (m *MockGateway) EXPECT() *MockGatewayMockRecorder

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

func (*MockGateway) RaftNodes

func (m *MockGateway) RaftNodes() ([]db.RaftNode, error)

RaftNodes mocks base method

type MockGatewayMockRecorder

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

MockGatewayMockRecorder is the mock recorder for MockGateway

func (*MockGatewayMockRecorder) Cert

func (mr *MockGatewayMockRecorder) Cert() *gomock.Call

Cert indicates an expected call of Cert

func (*MockGatewayMockRecorder) Clustered

func (mr *MockGatewayMockRecorder) Clustered() *gomock.Call

Clustered indicates an expected call of Clustered

func (*MockGatewayMockRecorder) DB

DB indicates an expected call of DB

func (*MockGatewayMockRecorder) RaftNodes

func (mr *MockGatewayMockRecorder) RaftNodes() *gomock.Call

RaftNodes indicates an expected call of RaftNodes

type MockNode

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

MockNode is a mock of Node interface

func NewMockNode

func NewMockNode(ctrl *gomock.Controller) *MockNode

NewMockNode creates a new mock instance

func (*MockNode) EXPECT

func (m *MockNode) EXPECT() *MockNodeMockRecorder

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

func (*MockNode) Transaction

func (m *MockNode) Transaction(arg0 func(*db.NodeTx) error) error

Transaction mocks base method

type MockNodeMockRecorder

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

MockNodeMockRecorder is the mock recorder for MockNode

func (*MockNodeMockRecorder) Transaction

func (mr *MockNodeMockRecorder) Transaction(arg0 interface{}) *gomock.Call

Transaction indicates an expected call of Transaction

type MockQuery

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

MockQuery is a mock of Query interface

func NewMockQuery

func NewMockQuery(ctrl *gomock.Controller) *MockQuery

NewMockQuery creates a new mock instance

func (*MockQuery) Count

func (m *MockQuery) Count(arg0 database.Tx, arg1, arg2 string, arg3 ...interface{}) (int, error)

Count mocks base method

func (*MockQuery) DeleteObject

func (m *MockQuery) DeleteObject(arg0 database.Tx, arg1 string, arg2 int64) (bool, error)

DeleteObject mocks base method

func (*MockQuery) EXPECT

func (m *MockQuery) EXPECT() *MockQueryMockRecorder

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

func (*MockQuery) SelectConfig

func (m *MockQuery) SelectConfig(arg0 database.Tx, arg1, arg2 string, arg3 ...interface{}) (map[string]string, error)

SelectConfig mocks base method

func (*MockQuery) SelectObjects

func (m *MockQuery) SelectObjects(arg0 database.Tx, arg1 query.Dest, arg2 string, arg3 ...interface{}) error

SelectObjects mocks base method

func (*MockQuery) SelectStrings

func (m *MockQuery) SelectStrings(arg0 database.Tx, arg1 string, arg2 ...interface{}) ([]string, error)

SelectStrings mocks base method

func (*MockQuery) UpdateConfig

func (m *MockQuery) UpdateConfig(arg0 database.Tx, arg1 string, arg2 map[string]string) error

UpdateConfig mocks base method

func (*MockQuery) UpsertObject

func (m *MockQuery) UpsertObject(arg0 database.Tx, arg1 string, arg2 []string, arg3 []interface{}) (int64, error)

UpsertObject mocks base method

type MockQueryCluster

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

MockQueryCluster is a mock of QueryCluster interface

func NewMockQueryCluster

func NewMockQueryCluster(ctrl *gomock.Controller) *MockQueryCluster

NewMockQueryCluster creates a new mock instance

func (*MockQueryCluster) DB

func (m *MockQueryCluster) DB() database.DB

DB mocks base method

func (*MockQueryCluster) EXPECT

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

func (*MockQueryCluster) EnsureSchema

func (m *MockQueryCluster) EnsureSchema(arg0, arg1 string) (bool, error)

EnsureSchema mocks base method

func (*MockQueryCluster) Open

Open mocks base method

func (*MockQueryCluster) SchemaVersion

func (m *MockQueryCluster) SchemaVersion() int

SchemaVersion mocks base method

type MockQueryClusterMockRecorder

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

MockQueryClusterMockRecorder is the mock recorder for MockQueryCluster

func (*MockQueryClusterMockRecorder) DB

DB indicates an expected call of DB

func (*MockQueryClusterMockRecorder) EnsureSchema

func (mr *MockQueryClusterMockRecorder) EnsureSchema(arg0, arg1 interface{}) *gomock.Call

EnsureSchema indicates an expected call of EnsureSchema

func (*MockQueryClusterMockRecorder) Open

func (mr *MockQueryClusterMockRecorder) Open(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Open indicates an expected call of Open

func (*MockQueryClusterMockRecorder) SchemaVersion

func (mr *MockQueryClusterMockRecorder) SchemaVersion() *gomock.Call

SchemaVersion indicates an expected call of SchemaVersion

type MockQueryMockRecorder

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

MockQueryMockRecorder is the mock recorder for MockQuery

func (*MockQueryMockRecorder) Count

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

Count indicates an expected call of Count

func (*MockQueryMockRecorder) DeleteObject

func (mr *MockQueryMockRecorder) DeleteObject(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject

func (*MockQueryMockRecorder) SelectConfig

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

SelectConfig indicates an expected call of SelectConfig

func (*MockQueryMockRecorder) SelectObjects

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

SelectObjects indicates an expected call of SelectObjects

func (*MockQueryMockRecorder) SelectStrings

func (mr *MockQueryMockRecorder) SelectStrings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SelectStrings indicates an expected call of SelectStrings

func (*MockQueryMockRecorder) UpdateConfig

func (mr *MockQueryMockRecorder) UpdateConfig(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateConfig indicates an expected call of UpdateConfig

func (*MockQueryMockRecorder) UpsertObject

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

UpsertObject indicates an expected call of UpsertObject

type MockQueryNode

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

MockQueryNode is a mock of QueryNode interface

func NewMockQueryNode

func NewMockQueryNode(ctrl *gomock.Controller) *MockQueryNode

NewMockQueryNode creates a new mock instance

func (*MockQueryNode) DB

func (m *MockQueryNode) DB() database.DB

DB mocks base method

func (*MockQueryNode) EXPECT

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

func (*MockQueryNode) EnsureSchema

func (m *MockQueryNode) EnsureSchema(arg0 schema.Hook) (int, error)

EnsureSchema mocks base method

func (*MockQueryNode) Open

func (m *MockQueryNode) Open(arg0 string) error

Open mocks base method

type MockQueryNodeMockRecorder

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

MockQueryNodeMockRecorder is the mock recorder for MockQueryNode

func (*MockQueryNodeMockRecorder) DB

DB indicates an expected call of DB

func (*MockQueryNodeMockRecorder) EnsureSchema

func (mr *MockQueryNodeMockRecorder) EnsureSchema(arg0 interface{}) *gomock.Call

EnsureSchema indicates an expected call of EnsureSchema

func (*MockQueryNodeMockRecorder) Open

func (mr *MockQueryNodeMockRecorder) Open(arg0 interface{}) *gomock.Call

Open indicates an expected call of Open

type MockResult

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

MockResult is a mock of Result interface

func NewMockResult

func NewMockResult(ctrl *gomock.Controller) *MockResult

NewMockResult creates a new mock instance

func (*MockResult) EXPECT

func (m *MockResult) EXPECT() *MockResultMockRecorder

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

func (*MockResult) LastInsertId

func (m *MockResult) LastInsertId() (int64, error)

LastInsertId mocks base method

func (*MockResult) RowsAffected

func (m *MockResult) RowsAffected() (int64, error)

RowsAffected mocks base method

type MockResultMockRecorder

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

MockResultMockRecorder is the mock recorder for MockResult

func (*MockResultMockRecorder) LastInsertId

func (mr *MockResultMockRecorder) LastInsertId() *gomock.Call

LastInsertId indicates an expected call of LastInsertId

func (*MockResultMockRecorder) RowsAffected

func (mr *MockResultMockRecorder) RowsAffected() *gomock.Call

RowsAffected indicates an expected call of RowsAffected

type MockRows

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

MockRows is a mock of Rows interface

func NewMockRows

func NewMockRows(ctrl *gomock.Controller) *MockRows

NewMockRows creates a new mock instance

func (*MockRows) Close

func (m *MockRows) Close() error

Close mocks base method

func (*MockRows) ColumnTypes

func (m *MockRows) ColumnTypes() ([]database.ColumnType, error)

ColumnTypes mocks base method

func (*MockRows) Columns

func (m *MockRows) Columns() ([]string, error)

Columns mocks base method

func (*MockRows) EXPECT

func (m *MockRows) EXPECT() *MockRowsMockRecorder

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

func (*MockRows) Err

func (m *MockRows) Err() error

Err mocks base method

func (*MockRows) Next

func (m *MockRows) Next() bool

Next mocks base method

func (*MockRows) Scan

func (m *MockRows) Scan(arg0 ...interface{}) error

Scan mocks base method

type MockRowsMockRecorder

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

MockRowsMockRecorder is the mock recorder for MockRows

func (*MockRowsMockRecorder) Close

func (mr *MockRowsMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close

func (*MockRowsMockRecorder) ColumnTypes

func (mr *MockRowsMockRecorder) ColumnTypes() *gomock.Call

ColumnTypes indicates an expected call of ColumnTypes

func (*MockRowsMockRecorder) Columns

func (mr *MockRowsMockRecorder) Columns() *gomock.Call

Columns indicates an expected call of Columns

func (*MockRowsMockRecorder) Err

func (mr *MockRowsMockRecorder) Err() *gomock.Call

Err indicates an expected call of Err

func (*MockRowsMockRecorder) Next

func (mr *MockRowsMockRecorder) Next() *gomock.Call

Next indicates an expected call of Next

func (*MockRowsMockRecorder) Scan

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

Scan indicates an expected call of Scan

type MockTask

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

MockTask is a mock of Task interface

func NewMockTask

func NewMockTask(ctrl *gomock.Controller) *MockTask

NewMockTask creates a new mock instance

func (*MockTask) EXPECT

func (m *MockTask) EXPECT() *MockTaskMockRecorder

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

func (*MockTask) Every

func (m *MockTask) Every(arg0 time.Duration, arg1 ...task.EveryOption) task.Schedule

Every mocks base method

type MockTaskMockRecorder

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

MockTaskMockRecorder is the mock recorder for MockTask

func (*MockTaskMockRecorder) Every

func (mr *MockTaskMockRecorder) Every(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Every indicates an expected call of Every

type MockTransaction

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

MockTransaction is a mock of Transaction interface

func NewMockTransaction

func NewMockTransaction(ctrl *gomock.Controller) *MockTransaction

NewMockTransaction creates a new mock instance

func (*MockTransaction) EXPECT

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

func (*MockTransaction) Transaction

func (m *MockTransaction) Transaction(arg0 database.DB, arg1 func(database.Tx) error) error

Transaction mocks base method

type MockTransactionMockRecorder

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

MockTransactionMockRecorder is the mock recorder for MockTransaction

func (*MockTransactionMockRecorder) Transaction

func (mr *MockTransactionMockRecorder) Transaction(arg0, arg1 interface{}) *gomock.Call

Transaction indicates an expected call of Transaction

type MockTx

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

MockTx is a mock of Tx interface

func NewMockTx

func NewMockTx(ctrl *gomock.Controller) *MockTx

NewMockTx creates a new mock instance

func (*MockTx) Commit

func (m *MockTx) Commit() error

Commit mocks base method

func (*MockTx) EXPECT

func (m *MockTx) EXPECT() *MockTxMockRecorder

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

func (*MockTx) Exec

func (m *MockTx) Exec(arg0 string, arg1 ...interface{}) (sql.Result, error)

Exec mocks base method

func (*MockTx) Query

func (m *MockTx) Query(arg0 string, arg1 ...interface{}) (database.Rows, error)

Query mocks base method

func (*MockTx) Rollback

func (m *MockTx) Rollback() error

Rollback mocks base method

type MockTxMockRecorder

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

MockTxMockRecorder is the mock recorder for MockTx

func (*MockTxMockRecorder) Commit

func (mr *MockTxMockRecorder) Commit() *gomock.Call

Commit indicates an expected call of Commit

func (*MockTxMockRecorder) Exec

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

Exec indicates an expected call of Exec

func (*MockTxMockRecorder) Query

func (mr *MockTxMockRecorder) Query(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Query indicates an expected call of Query

func (*MockTxMockRecorder) Rollback

func (mr *MockTxMockRecorder) Rollback() *gomock.Call

Rollback indicates an expected call of Rollback

Jump to

Keyboard shortcuts

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