scanner

package
v0.0.0-...-cc6ace1 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 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) Create

func (_m *Manager) Create(ctx context.Context, registration *daoscanner.Registration) (string, error)

Create provides a mock function with given fields: ctx, registration

func (*Manager) DefaultScannerUUID

func (_m *Manager) DefaultScannerUUID(ctx context.Context) (string, error)

DefaultScannerUUID provides a mock function with given fields: ctx

func (*Manager) Delete

func (_m *Manager) Delete(ctx context.Context, registrationUUID string) error

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

func (*Manager) Get

func (_m *Manager) Get(ctx context.Context, registrationUUID string) (*daoscanner.Registration, error)

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

func (*Manager) GetDefault

func (_m *Manager) GetDefault(ctx context.Context) (*daoscanner.Registration, error)

GetDefault provides a mock function with given fields: ctx

func (*Manager) List

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

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

func (*Manager) SetAsDefault

func (_m *Manager) SetAsDefault(ctx context.Context, registrationUUID string) error

SetAsDefault provides a mock function with given fields: ctx, registrationUUID

func (*Manager) Update

func (_m *Manager) Update(ctx context.Context, registration *daoscanner.Registration) error

Update provides a mock function with given fields: ctx, registration

Jump to

Keyboard shortcuts

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