instance

package
v0.0.0-...-969384c Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager struct {
	mock.Mock
}

Manager is an autogenerated mock type for the Manager type

func NewManager

func NewManager(t interface {
	mock.TestingT
	Cleanup(func())
}) *Manager

NewManager creates a new instance of Manager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Manager) Count

func (_m *Manager) Count(ctx context.Context, query *q.Query) (int64, error)

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

func (*Manager) Delete

func (_m *Manager) Delete(ctx context.Context, id int64) error

Delete provides a mock function with given fields: ctx, id

func (*Manager) Get

func (_m *Manager) Get(ctx context.Context, id int64) (*provider.Instance, error)

Get provides a mock function with given fields: ctx, id

func (*Manager) GetByName

func (_m *Manager) GetByName(ctx context.Context, name string) (*provider.Instance, error)

GetByName provides a mock function with given fields: ctx, name

func (*Manager) List

func (_m *Manager) List(ctx context.Context, query *q.Query) ([]*provider.Instance, error)

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

func (*Manager) Save

func (_m *Manager) Save(ctx context.Context, inst *provider.Instance) (int64, error)

Save provides a mock function with given fields: ctx, inst

func (*Manager) Update

func (_m *Manager) Update(ctx context.Context, inst *provider.Instance, props ...string) error

Update provides a mock function with given fields: ctx, inst, props

Jump to

Keyboard shortcuts

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