mocks

package
v1.17.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage struct {
	mock.Mock
}

Storage is an autogenerated mock type for the Storage type

func NewStorage

func NewStorage(t interface {
	mock.TestingT
	Cleanup(func())
}) *Storage

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

func (_m *Storage) Delete(key string) error

Delete provides a mock function with given fields: key

func (*Storage) Get

func (_m *Storage) Get(key string) (interface{}, error)

Get provides a mock function with given fields: key

func (*Storage) List

func (_m *Storage) List() ([]interface{}, error)

List provides a mock function with no fields

func (*Storage) Put

func (_m *Storage) Put(key string, value interface{}) error

Put provides a mock function with given fields: key, value

Jump to

Keyboard shortcuts

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