mocks

package
v0.0.0-...-a9e01a8 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	mock.Mock
}

Store is an autogenerated mock type for the Store type

func NewStore

func NewStore(t interface {
	mock.TestingT
	Cleanup(func())
}) *Store

NewStore creates a new instance of Store. 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 (*Store) Delete

func (_m *Store) Delete(ctx context.Context, machineID string) error

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

func (*Store) Get

func (_m *Store) Get(ctx context.Context, machineID string) (machine.Description, error)

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

func (*Store) GetFreeMachines

func (_m *Store) GetFreeMachines(ctx context.Context, pool string) ([]machine.Description, error)

GetFreeMachines provides a mock function with given fields: ctx, pool

func (*Store) List

func (_m *Store) List(ctx context.Context) ([]machine.Description, error)

List provides a mock function with given fields: ctx

func (*Store) ListPowerCycle

func (_m *Store) ListPowerCycle(ctx context.Context) ([]string, error)

ListPowerCycle provides a mock function with given fields: ctx

func (*Store) Update

func (_m *Store) Update(ctx context.Context, machineID string, updateCallback store.UpdateCallback) error

Update provides a mock function with given fields: ctx, machineID, updateCallback

Jump to

Keyboard shortcuts

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