mocks

package
v0.6.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigStore

type ConfigStore struct {
	mock.Mock
}

ConfigStore is an autogenerated mock type for the ConfigStore type

func NewConfigStore

func NewConfigStore(t interface {
	mock.TestingT
	Cleanup(func())
}) *ConfigStore

NewConfigStore creates a new instance of ConfigStore. 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 (*ConfigStore) EXPECT

func (_m *ConfigStore) EXPECT() *ConfigStore_Expecter

func (*ConfigStore) GetConfigValue

func (_m *ConfigStore) GetConfigValue(ctx context.Context, key string) (string, error)

GetConfigValue provides a mock function with given fields: ctx, key

type ConfigStore_Expecter

type ConfigStore_Expecter struct {
	// contains filtered or unexported fields
}

func (*ConfigStore_Expecter) GetConfigValue

func (_e *ConfigStore_Expecter) GetConfigValue(ctx interface{}, key interface{}) *ConfigStore_GetConfigValue_Call

GetConfigValue is a helper method to define mock.On call

  • ctx context.Context
  • key string

type ConfigStore_GetConfigValue_Call

type ConfigStore_GetConfigValue_Call struct {
	*mock.Call
}

ConfigStore_GetConfigValue_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConfigValue'

func (*ConfigStore_GetConfigValue_Call) Return

func (*ConfigStore_GetConfigValue_Call) Run

func (*ConfigStore_GetConfigValue_Call) RunAndReturn

Jump to

Keyboard shortcuts

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