mock_config

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_config 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(key, desc 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(key, desc string) config.Float

Float mocks base method

func (*MockConfig) Int

func (m *MockConfig) Int(key, desc string) config.Int

Int mocks base method

func (*MockConfig) Int32

func (m *MockConfig) Int32(key, desc string) config.Int32

Int32 mocks base method

func (*MockConfig) Int64

func (m *MockConfig) Int64(key, desc string) config.Int64

Int64 mocks base method

func (*MockConfig) Int8

func (m *MockConfig) Int8(key, desc string) config.Int8

Int8 mocks base method

func (*MockConfig) Slice

func (m *MockConfig) Slice(key, desc string) config.Slice

Slice mocks base method

func (*MockConfig) SliceInt

func (m *MockConfig) SliceInt(key, desc string) config.SliceInt

SliceInt mocks base method

func (*MockConfig) SliceString

func (m *MockConfig) SliceString(key, desc string) config.SliceString

SliceString mocks base method

func (*MockConfig) String

func (m *MockConfig) String(key, desc string) config.String

String mocks base method

func (*MockConfig) StringMap

func (m *MockConfig) StringMap(key, desc string) config.StringMap

StringMap mocks base method

func (*MockConfig) StringMapInt

func (m *MockConfig) StringMapInt(key, desc string) config.StringMapInt

StringMapInt mocks base method

func (*MockConfig) StringMapSliceString

func (m *MockConfig) StringMapSliceString(key, desc string) config.StringMapSliceString

StringMapSliceString mocks base method

func (*MockConfig) StringMapString

func (m *MockConfig) StringMapString(key, desc string) config.StringMapString

StringMapString mocks base method

func (*MockConfig) UInt

func (m *MockConfig) UInt(key, desc string) config.UInt

UInt mocks base method

func (*MockConfig) UInt32

func (m *MockConfig) UInt32(key, desc string) config.UInt32

UInt32 mocks base method

func (*MockConfig) UInt64

func (m *MockConfig) UInt64(key, desc 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(key, desc interface{}) *gomock.Call

Bool indicates an expected call of Bool

func (*MockConfigMockRecorder) Float

func (mr *MockConfigMockRecorder) Float(key, desc interface{}) *gomock.Call

Float indicates an expected call of Float

func (*MockConfigMockRecorder) Int

func (mr *MockConfigMockRecorder) Int(key, desc interface{}) *gomock.Call

Int indicates an expected call of Int

func (*MockConfigMockRecorder) Int32

func (mr *MockConfigMockRecorder) Int32(key, desc interface{}) *gomock.Call

Int32 indicates an expected call of Int32

func (*MockConfigMockRecorder) Int64

func (mr *MockConfigMockRecorder) Int64(key, desc interface{}) *gomock.Call

Int64 indicates an expected call of Int64

func (*MockConfigMockRecorder) Int8

func (mr *MockConfigMockRecorder) Int8(key, desc interface{}) *gomock.Call

Int8 indicates an expected call of Int8

func (*MockConfigMockRecorder) Slice

func (mr *MockConfigMockRecorder) Slice(key, desc interface{}) *gomock.Call

Slice indicates an expected call of Slice

func (*MockConfigMockRecorder) SliceInt

func (mr *MockConfigMockRecorder) SliceInt(key, desc interface{}) *gomock.Call

SliceInt indicates an expected call of SliceInt

func (*MockConfigMockRecorder) SliceString

func (mr *MockConfigMockRecorder) SliceString(key, desc interface{}) *gomock.Call

SliceString indicates an expected call of SliceString

func (*MockConfigMockRecorder) String

func (mr *MockConfigMockRecorder) String(key, desc interface{}) *gomock.Call

String indicates an expected call of String

func (*MockConfigMockRecorder) StringMap

func (mr *MockConfigMockRecorder) StringMap(key, desc interface{}) *gomock.Call

StringMap indicates an expected call of StringMap

func (*MockConfigMockRecorder) StringMapInt

func (mr *MockConfigMockRecorder) StringMapInt(key, desc interface{}) *gomock.Call

StringMapInt indicates an expected call of StringMapInt

func (*MockConfigMockRecorder) StringMapSliceString

func (mr *MockConfigMockRecorder) StringMapSliceString(key, desc interface{}) *gomock.Call

StringMapSliceString indicates an expected call of StringMapSliceString

func (*MockConfigMockRecorder) StringMapString

func (mr *MockConfigMockRecorder) StringMapString(key, desc interface{}) *gomock.Call

StringMapString indicates an expected call of StringMapString

func (*MockConfigMockRecorder) UInt

func (mr *MockConfigMockRecorder) UInt(key, desc interface{}) *gomock.Call

UInt indicates an expected call of UInt

func (*MockConfigMockRecorder) UInt32

func (mr *MockConfigMockRecorder) UInt32(key, desc interface{}) *gomock.Call

UInt32 indicates an expected call of UInt32

func (*MockConfigMockRecorder) UInt64

func (mr *MockConfigMockRecorder) UInt64(key, desc interface{}) *gomock.Call

UInt64 indicates an expected call of UInt64

type MockManager

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

MockManager is a mock of Manager interface

func NewMockManager

func NewMockManager(ctrl *gomock.Controller) *MockManager

NewMockManager creates a new mock instance

func (*MockManager) EXPECT

func (m *MockManager) EXPECT() *MockManagerMockRecorder

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

func (*MockManager) PluginVariables

func (m *MockManager) PluginVariables(id meta.ID) []config.Variable

PluginVariables mocks base method

func (*MockManager) Register

func (m *MockManager) Register(arg0 meta.Meta) config.Config

Register mocks base method

type MockManagerMockRecorder

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

MockManagerMockRecorder is the mock recorder for MockManager

func (*MockManagerMockRecorder) PluginVariables

func (mr *MockManagerMockRecorder) PluginVariables(id interface{}) *gomock.Call

PluginVariables indicates an expected call of PluginVariables

func (*MockManagerMockRecorder) Register

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

Register indicates an expected call of Register

Jump to

Keyboard shortcuts

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