mock_base_types

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_base_types is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultSetter

type DefaultSetter interface{ SetDefault() }

type Initializer

type Initializer interface{ Init() }

type InitializerWith

type InitializerWith interface{ Init(context.Context) }

type MockDefaultSetter

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

MockDefaultSetter is a mock of DefaultSetter interface.

func NewMockDefaultSetter

func NewMockDefaultSetter(ctrl *gomock.Controller) *MockDefaultSetter

NewMockDefaultSetter creates a new mock instance.

func (*MockDefaultSetter) EXPECT

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

func (*MockDefaultSetter) SetDefault

func (m *MockDefaultSetter) SetDefault()

SetDefault mocks base method.

type MockDefaultSetterMockRecorder

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

MockDefaultSetterMockRecorder is the mock recorder for MockDefaultSetter.

func (*MockDefaultSetterMockRecorder) SetDefault

func (mr *MockDefaultSetterMockRecorder) SetDefault() *gomock.Call

SetDefault indicates an expected call of SetDefault.

type MockInitializer

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

MockInitializer is a mock of Initializer interface.

func NewMockInitializer

func NewMockInitializer(ctrl *gomock.Controller) *MockInitializer

NewMockInitializer creates a new mock instance.

func (*MockInitializer) EXPECT

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

func (*MockInitializer) Init

func (m *MockInitializer) Init()

Init mocks base method.

type MockInitializerMockRecorder

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

MockInitializerMockRecorder is the mock recorder for MockInitializer.

func (*MockInitializerMockRecorder) Init

Init indicates an expected call of Init.

type MockInitializerWith

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

MockInitializerWith is a mock of InitializerWith interface.

func NewMockInitializerWith

func NewMockInitializerWith(ctrl *gomock.Controller) *MockInitializerWith

NewMockInitializerWith creates a new mock instance.

func (*MockInitializerWith) EXPECT

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

func (*MockInitializerWith) Init

func (m *MockInitializerWith) Init(arg0 context.Context)

Init mocks base method.

type MockInitializerWithMockRecorder

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

MockInitializerWithMockRecorder is the mock recorder for MockInitializerWith.

func (*MockInitializerWithMockRecorder) Init

func (mr *MockInitializerWithMockRecorder) Init(arg0 interface{}) *gomock.Call

Init indicates an expected call of Init.

type MockNamed

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

MockNamed is a mock of Named interface.

func NewMockNamed

func NewMockNamed(ctrl *gomock.Controller) *MockNamed

NewMockNamed creates a new mock instance.

func (*MockNamed) EXPECT

func (m *MockNamed) EXPECT() *MockNamedMockRecorder

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

func (*MockNamed) Name

func (m *MockNamed) Name() string

Name mocks base method.

type MockNamedMockRecorder

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

MockNamedMockRecorder is the mock recorder for MockNamed.

func (*MockNamedMockRecorder) Name

func (mr *MockNamedMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

type MockSecurityString

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

MockSecurityString is a mock of SecurityString interface.

func NewMockSecurityString

func NewMockSecurityString(ctrl *gomock.Controller) *MockSecurityString

NewMockSecurityString creates a new mock instance.

func (*MockSecurityString) EXPECT

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

func (*MockSecurityString) SecurityString

func (m *MockSecurityString) SecurityString() string

SecurityString mocks base method.

type MockSecurityStringMockRecorder

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

MockSecurityStringMockRecorder is the mock recorder for MockSecurityString.

func (*MockSecurityStringMockRecorder) SecurityString

func (mr *MockSecurityStringMockRecorder) SecurityString() *gomock.Call

SecurityString indicates an expected call of SecurityString.

type MockString

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

MockString is a mock of String interface.

func NewMockString

func NewMockString(ctrl *gomock.Controller) *MockString

NewMockString creates a new mock instance.

func (*MockString) EXPECT

func (m *MockString) EXPECT() *MockStringMockRecorder

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

func (*MockString) String

func (m *MockString) String() string

String mocks base method.

type MockStringMockRecorder

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

MockStringMockRecorder is the mock recorder for MockString.

func (*MockStringMockRecorder) String

func (mr *MockStringMockRecorder) String() *gomock.Call

String indicates an expected call of String.

type MockValidatedInitializer

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

MockValidatedInitializer is a mock of ValidatedInitializer interface.

func NewMockValidatedInitializer

func NewMockValidatedInitializer(ctrl *gomock.Controller) *MockValidatedInitializer

NewMockValidatedInitializer creates a new mock instance.

func (*MockValidatedInitializer) EXPECT

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

func (*MockValidatedInitializer) Init

func (m *MockValidatedInitializer) Init() error

Init mocks base method.

type MockValidatedInitializerMockRecorder

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

MockValidatedInitializerMockRecorder is the mock recorder for MockValidatedInitializer.

func (*MockValidatedInitializerMockRecorder) Init

Init indicates an expected call of Init.

type MockValidatedInitializerWith

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

MockValidatedInitializerWith is a mock of ValidatedInitializerWith interface.

func NewMockValidatedInitializerWith

func NewMockValidatedInitializerWith(ctrl *gomock.Controller) *MockValidatedInitializerWith

NewMockValidatedInitializerWith creates a new mock instance.

func (*MockValidatedInitializerWith) EXPECT

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

func (*MockValidatedInitializerWith) Init

Init mocks base method.

type MockValidatedInitializerWithMockRecorder

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

MockValidatedInitializerWithMockRecorder is the mock recorder for MockValidatedInitializerWith.

func (*MockValidatedInitializerWithMockRecorder) Init

func (mr *MockValidatedInitializerWithMockRecorder) Init(arg0 interface{}) *gomock.Call

Init indicates an expected call of Init.

type Named

type Named interface{ Name() string }

type SecurityString

type SecurityString interface{ SecurityString() string }

type String

type String interface{ String() string }

type ValidatedInitializer

type ValidatedInitializer interface{ Init() error }

type ValidatedInitializerWith

type ValidatedInitializerWith interface{ Init(context.Context) error }

Jump to

Keyboard shortcuts

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