mocks

package
v5.0.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockConfig

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

MockConfig is a mock of Config interface.

func NewMockConfig

func NewMockConfig(ctrl *gomock.Controller) *MockConfig

NewMockConfig creates a new mock instance.

func (*MockConfig) Bool

func (m *MockConfig) Bool(arg0, arg1 string) config.Bool

Bool mocks base method.

func (*MockConfig) EXPECT

func (m *MockConfig) EXPECT() *MockConfigMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfig) Float

func (m *MockConfig) Float(arg0, arg1 string) config.Float

Float mocks base method.

func (*MockConfig) Int

func (m *MockConfig) Int(arg0, arg1 string) config.Int

Int mocks base method.

func (*MockConfig) Int32

func (m *MockConfig) Int32(arg0, arg1 string) config.Int32

Int32 mocks base method.

func (*MockConfig) Int64

func (m *MockConfig) Int64(arg0, arg1 string) config.Int64

Int64 mocks base method.

func (*MockConfig) Int8

func (m *MockConfig) Int8(arg0, arg1 string) config.Int8

Int8 mocks base method.

func (*MockConfig) SetDefault

func (m *MockConfig) SetDefault(arg0 string, arg1 interface{})

SetDefault mocks base method.

func (*MockConfig) Slice

func (m *MockConfig) Slice(arg0, arg1 string) config.Slice

Slice mocks base method.

func (*MockConfig) SliceInt

func (m *MockConfig) SliceInt(arg0, arg1 string) config.SliceInt

SliceInt mocks base method.

func (*MockConfig) SliceString

func (m *MockConfig) SliceString(arg0, arg1 string) config.SliceString

SliceString mocks base method.

func (*MockConfig) String

func (m *MockConfig) String(arg0, arg1 string) config.String

String mocks base method.

func (*MockConfig) StringMap

func (m *MockConfig) StringMap(arg0, arg1 string) config.StringMap

StringMap mocks base method.

func (*MockConfig) StringMapInt

func (m *MockConfig) StringMapInt(arg0, arg1 string) config.StringMapInt

StringMapInt mocks base method.

func (*MockConfig) StringMapSliceString

func (m *MockConfig) StringMapSliceString(arg0, arg1 string) config.StringMapSliceString

StringMapSliceString mocks base method.

func (*MockConfig) StringMapString

func (m *MockConfig) StringMapString(arg0, arg1 string) config.StringMapString

StringMapString mocks base method.

func (*MockConfig) UInt

func (m *MockConfig) UInt(arg0, arg1 string) config.UInt

UInt mocks base method.

func (*MockConfig) UInt32

func (m *MockConfig) UInt32(arg0, arg1 string) config.UInt32

UInt32 mocks base method.

func (*MockConfig) UInt64

func (m *MockConfig) UInt64(arg0, arg1 string) config.UInt64

UInt64 mocks base method.

type MockConfigMockRecorder

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

MockConfigMockRecorder is the mock recorder for MockConfig.

func (*MockConfigMockRecorder) Bool

func (mr *MockConfigMockRecorder) Bool(arg0, arg1 interface{}) *gomock.Call

Bool indicates an expected call of Bool.

func (*MockConfigMockRecorder) Float

func (mr *MockConfigMockRecorder) Float(arg0, arg1 interface{}) *gomock.Call

Float indicates an expected call of Float.

func (*MockConfigMockRecorder) Int

func (mr *MockConfigMockRecorder) Int(arg0, arg1 interface{}) *gomock.Call

Int indicates an expected call of Int.

func (*MockConfigMockRecorder) Int32

func (mr *MockConfigMockRecorder) Int32(arg0, arg1 interface{}) *gomock.Call

Int32 indicates an expected call of Int32.

func (*MockConfigMockRecorder) Int64

func (mr *MockConfigMockRecorder) Int64(arg0, arg1 interface{}) *gomock.Call

Int64 indicates an expected call of Int64.

func (*MockConfigMockRecorder) Int8

func (mr *MockConfigMockRecorder) Int8(arg0, arg1 interface{}) *gomock.Call

Int8 indicates an expected call of Int8.

func (*MockConfigMockRecorder) SetDefault

func (mr *MockConfigMockRecorder) SetDefault(arg0, arg1 interface{}) *gomock.Call

SetDefault indicates an expected call of SetDefault.

func (*MockConfigMockRecorder) Slice

func (mr *MockConfigMockRecorder) Slice(arg0, arg1 interface{}) *gomock.Call

Slice indicates an expected call of Slice.

func (*MockConfigMockRecorder) SliceInt

func (mr *MockConfigMockRecorder) SliceInt(arg0, arg1 interface{}) *gomock.Call

SliceInt indicates an expected call of SliceInt.

func (*MockConfigMockRecorder) SliceString

func (mr *MockConfigMockRecorder) SliceString(arg0, arg1 interface{}) *gomock.Call

SliceString indicates an expected call of SliceString.

func (*MockConfigMockRecorder) String

func (mr *MockConfigMockRecorder) String(arg0, arg1 interface{}) *gomock.Call

String indicates an expected call of String.

func (*MockConfigMockRecorder) StringMap

func (mr *MockConfigMockRecorder) StringMap(arg0, arg1 interface{}) *gomock.Call

StringMap indicates an expected call of StringMap.

func (*MockConfigMockRecorder) StringMapInt

func (mr *MockConfigMockRecorder) StringMapInt(arg0, arg1 interface{}) *gomock.Call

StringMapInt indicates an expected call of StringMapInt.

func (*MockConfigMockRecorder) StringMapSliceString

func (mr *MockConfigMockRecorder) StringMapSliceString(arg0, arg1 interface{}) *gomock.Call

StringMapSliceString indicates an expected call of StringMapSliceString.

func (*MockConfigMockRecorder) StringMapString

func (mr *MockConfigMockRecorder) StringMapString(arg0, arg1 interface{}) *gomock.Call

StringMapString indicates an expected call of StringMapString.

func (*MockConfigMockRecorder) UInt

func (mr *MockConfigMockRecorder) UInt(arg0, arg1 interface{}) *gomock.Call

UInt indicates an expected call of UInt.

func (*MockConfigMockRecorder) UInt32

func (mr *MockConfigMockRecorder) UInt32(arg0, arg1 interface{}) *gomock.Call

UInt32 indicates an expected call of UInt32.

func (*MockConfigMockRecorder) UInt64

func (mr *MockConfigMockRecorder) UInt64(arg0, arg1 interface{}) *gomock.Call

UInt64 indicates an expected call of UInt64.

type MockConfigRegistry

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

MockConfigRegistry is a mock of ConfigRegistry interface.

func NewMockConfigRegistry

func NewMockConfigRegistry(ctrl *gomock.Controller) *MockConfigRegistry

NewMockConfigRegistry creates a new mock instance.

func (*MockConfigRegistry) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigRegistry) PluginVariables

func (m *MockConfigRegistry) PluginVariables(arg0 meta.ID) []registry.Variable

PluginVariables mocks base method.

func (*MockConfigRegistry) Register

func (m *MockConfigRegistry) Register(arg0 meta.ID) config.Config

Register mocks base method.

type MockConfigRegistryMockRecorder

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

MockConfigRegistryMockRecorder is the mock recorder for MockConfigRegistry.

func (*MockConfigRegistryMockRecorder) PluginVariables

func (mr *MockConfigRegistryMockRecorder) PluginVariables(arg0 interface{}) *gomock.Call

PluginVariables indicates an expected call of PluginVariables.

func (*MockConfigRegistryMockRecorder) Register

func (mr *MockConfigRegistryMockRecorder) Register(arg0 interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockRegistry

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

MockRegistry is a mock of Registry interface.

func NewMockRegistry

func NewMockRegistry(ctrl *gomock.Controller) *MockRegistry

NewMockRegistry creates a new mock instance.

func (*MockRegistry) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRegistry) ID

func (m *MockRegistry) ID(arg0 meta.ID) (interface{}, error)

ID mocks base method.

func (*MockRegistry) Interface

func (m *MockRegistry) Interface(arg0 meta.Interface) (interface{}, error)

Interface mocks base method.

func (*MockRegistry) Resolve

func (m *MockRegistry) Resolve(arg0 meta.Dependency) (interface{}, error)

Resolve mocks base method.

type MockRegistryMockRecorder

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

MockRegistryMockRecorder is the mock recorder for MockRegistry.

func (*MockRegistryMockRecorder) ID

func (mr *MockRegistryMockRecorder) ID(arg0 interface{}) *gomock.Call

ID indicates an expected call of ID.

func (*MockRegistryMockRecorder) Interface

func (mr *MockRegistryMockRecorder) Interface(arg0 interface{}) *gomock.Call

Interface indicates an expected call of Interface.

func (*MockRegistryMockRecorder) Resolve

func (mr *MockRegistryMockRecorder) Resolve(arg0 interface{}) *gomock.Call

Resolve indicates an expected call of Resolve.

Jump to

Keyboard shortcuts

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