mocks

package
v0.0.0-...-1bdfbe6 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: MIT Imports: 3 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.

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 UserConfigContextLoader

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

UserConfigContextLoader is a mock of ContextLoader interface.

func NewUserConfigContextLoader

func NewUserConfigContextLoader(ctrl *gomock.Controller) *UserConfigContextLoader

NewUserConfigContextLoader creates a new mock instance.

func (*UserConfigContextLoader) EXPECT

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

func (*UserConfigContextLoader) Load

func (m *UserConfigContextLoader) Load(arg0, arg1 string) (*userconfig.Config, error)

Load mocks base method.

type UserConfigContextLoaderMockRecorder

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

UserConfigContextLoaderMockRecorder is the mock recorder for UserConfigContextLoader.

func (*UserConfigContextLoaderMockRecorder) Load

func (mr *UserConfigContextLoaderMockRecorder) Load(arg0, arg1 interface{}) *gomock.Call

Load indicates an expected call of Load.

type UserConfigEnvVarsGetter

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

UserConfigEnvVarsGetter is a mock of EnvVarsGetter interface.

func NewUserConfigEnvVarsGetter

func NewUserConfigEnvVarsGetter(ctrl *gomock.Controller) *UserConfigEnvVarsGetter

NewUserConfigEnvVarsGetter creates a new mock instance.

func (*UserConfigEnvVarsGetter) EXPECT

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

func (*UserConfigEnvVarsGetter) Get

func (m *UserConfigEnvVarsGetter) Get(arg0 string) string

Get mocks base method.

type UserConfigEnvVarsGetterMockRecorder

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

UserConfigEnvVarsGetterMockRecorder is the mock recorder for UserConfigEnvVarsGetter.

func (*UserConfigEnvVarsGetterMockRecorder) Get

func (mr *UserConfigEnvVarsGetterMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

type UserConfigResolver

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

UserConfigResolver is a mock of UserConfigResolver interface.

func NewUserConfigResolver

func NewUserConfigResolver(ctrl *gomock.Controller) *UserConfigResolver

NewUserConfigResolver creates a new mock instance.

func (*UserConfigResolver) EXPECT

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

func (*UserConfigResolver) Resolve

func (m *UserConfigResolver) Resolve() (*userconfig.Config, error)

Resolve mocks base method.

type UserConfigResolverMockRecorder

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

UserConfigResolverMockRecorder is the mock recorder for UserConfigResolver.

func (*UserConfigResolverMockRecorder) Resolve

Resolve indicates an expected call of Resolve.

type UserConfigValidator

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

UserConfigValidator is a mock of UserConfigValidator interface.

func NewUserConfigValidator

func NewUserConfigValidator(ctrl *gomock.Controller) *UserConfigValidator

NewUserConfigValidator creates a new mock instance.

func (*UserConfigValidator) EXPECT

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

func (*UserConfigValidator) Validate

func (m *UserConfigValidator) Validate(arg0 *userconfig.Config) error

Validate mocks base method.

type UserConfigValidatorMockRecorder

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

UserConfigValidatorMockRecorder is the mock recorder for UserConfigValidator.

func (*UserConfigValidatorMockRecorder) Validate

func (mr *UserConfigValidatorMockRecorder) Validate(arg0 interface{}) *gomock.Call

Validate indicates an expected call of Validate.

Jump to

Keyboard shortcuts

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