mocks

package
v1.3.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventBroadcaster

type EventBroadcaster struct {
	mock.Mock
}

EventBroadcaster is an autogenerated mock type for the EventBroadcaster type

func (*EventBroadcaster) Close

func (_m *EventBroadcaster) Close() error

Close provides a mock function with given fields:

func (*EventBroadcaster) Healthy

func (_m *EventBroadcaster) Healthy() error

Healthy provides a mock function with given fields:

func (*EventBroadcaster) Notify

func (_m *EventBroadcaster) Notify(channel string, payload string) error

Notify provides a mock function with given fields: channel, payload

func (*EventBroadcaster) Ready

func (_m *EventBroadcaster) Ready() error

Ready provides a mock function with given fields:

func (*EventBroadcaster) Start

func (_m *EventBroadcaster) Start(_a0 context.Context) error

Start provides a mock function with given fields: _a0

func (*EventBroadcaster) Subscribe

func (_m *EventBroadcaster) Subscribe(channel string, payloadFilter string) (pg.Subscription, error)

Subscribe provides a mock function with given fields: channel, payloadFilter

type Queryer

type Queryer struct {
	mock.Mock
}

Queryer is an autogenerated mock type for the Queryer type

func (*Queryer) BindNamed

func (_m *Queryer) BindNamed(_a0 string, _a1 interface{}) (string, []interface{}, error)

BindNamed provides a mock function with given fields: _a0, _a1

func (*Queryer) DriverName

func (_m *Queryer) DriverName() string

DriverName provides a mock function with given fields:

func (*Queryer) Exec

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

Exec provides a mock function with given fields: query, args

func (*Queryer) ExecContext

func (_m *Queryer) ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)

ExecContext provides a mock function with given fields: ctx, query, args

func (*Queryer) Get

func (_m *Queryer) Get(dest interface{}, query string, args ...interface{}) error

Get provides a mock function with given fields: dest, query, args

func (*Queryer) GetContext

func (_m *Queryer) GetContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error

GetContext provides a mock function with given fields: ctx, dest, query, args

func (*Queryer) NamedExec

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

NamedExec provides a mock function with given fields: query, arg

func (*Queryer) NamedQuery

func (_m *Queryer) NamedQuery(query string, arg interface{}) (*sqlx.Rows, error)

NamedQuery provides a mock function with given fields: query, arg

func (*Queryer) Prepare

func (_m *Queryer) Prepare(query string) (*sql.Stmt, error)

Prepare provides a mock function with given fields: query

func (*Queryer) PrepareContext

func (_m *Queryer) PrepareContext(ctx context.Context, query string) (*sql.Stmt, error)

PrepareContext provides a mock function with given fields: ctx, query

func (*Queryer) PrepareNamed

func (_m *Queryer) PrepareNamed(query string) (*sqlx.NamedStmt, error)

PrepareNamed provides a mock function with given fields: query

func (*Queryer) Query

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

Query provides a mock function with given fields: query, args

func (*Queryer) QueryContext

func (_m *Queryer) QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)

QueryContext provides a mock function with given fields: ctx, query, args

func (*Queryer) QueryRow

func (_m *Queryer) QueryRow(query string, args ...interface{}) *sql.Row

QueryRow provides a mock function with given fields: query, args

func (*Queryer) QueryRowContext

func (_m *Queryer) QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row

QueryRowContext provides a mock function with given fields: ctx, query, args

func (*Queryer) QueryRowx

func (_m *Queryer) QueryRowx(query string, args ...interface{}) *sqlx.Row

QueryRowx provides a mock function with given fields: query, args

func (*Queryer) QueryRowxContext

func (_m *Queryer) QueryRowxContext(ctx context.Context, query string, args ...interface{}) *sqlx.Row

QueryRowxContext provides a mock function with given fields: ctx, query, args

func (*Queryer) Queryx

func (_m *Queryer) Queryx(query string, args ...interface{}) (*sqlx.Rows, error)

Queryx provides a mock function with given fields: query, args

func (*Queryer) QueryxContext

func (_m *Queryer) QueryxContext(ctx context.Context, query string, args ...interface{}) (*sqlx.Rows, error)

QueryxContext provides a mock function with given fields: ctx, query, args

func (*Queryer) Rebind

func (_m *Queryer) Rebind(_a0 string) string

Rebind provides a mock function with given fields: _a0

func (*Queryer) Select

func (_m *Queryer) Select(dest interface{}, query string, args ...interface{}) error

Select provides a mock function with given fields: dest, query, args

func (*Queryer) SelectContext

func (_m *Queryer) SelectContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error

SelectContext provides a mock function with given fields: ctx, dest, query, args

type Subscription

type Subscription struct {
	mock.Mock
}

Subscription is an autogenerated mock type for the Subscription type

func (*Subscription) ChannelName

func (_m *Subscription) ChannelName() string

ChannelName provides a mock function with given fields:

func (*Subscription) Close

func (_m *Subscription) Close()

Close provides a mock function with given fields:

func (*Subscription) Events

func (_m *Subscription) Events() <-chan pg.Event

Events provides a mock function with given fields:

func (*Subscription) InterestedIn

func (_m *Subscription) InterestedIn(event pg.Event) bool

InterestedIn provides a mock function with given fields: event

func (*Subscription) Send

func (_m *Subscription) Send(event pg.Event)

Send provides a mock function with given fields: event

Jump to

Keyboard shortcuts

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