mocks_config

package
v1.0.0-next.6 Latest Latest
Warning

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

Go to latest
Published: May 18, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks_config is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockConfigDriver

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

MockConfigDriver is a mock of ConfigDriver interface.

func NewMockConfigDriver

func NewMockConfigDriver(ctrl *gomock.Controller) *MockConfigDriver

NewMockConfigDriver creates a new mock instance.

func (*MockConfigDriver) EXPECT

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

func (*MockConfigDriver) GetConfig

func (m *MockConfigDriver) GetConfig() *config.Config

GetConfig mocks base method.

func (*MockConfigDriver) GetMiddlewares

func (m *MockConfigDriver) GetMiddlewares() []domain.Middleware

GetMiddlewares mocks base method.

func (*MockConfigDriver) GetStorageDriver

func (m *MockConfigDriver) GetStorageDriver() domain.StorageDriver

GetStorageDriver mocks base method.

func (*MockConfigDriver) GetZfsDriver

func (m *MockConfigDriver) GetZfsDriver() domain.ZfsDriver

GetZfsDriver mocks base method.

type MockConfigDriverMockRecorder

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

MockConfigDriverMockRecorder is the mock recorder for MockConfigDriver.

func (*MockConfigDriverMockRecorder) GetConfig

func (mr *MockConfigDriverMockRecorder) GetConfig() *gomock.Call

GetConfig indicates an expected call of GetConfig.

func (*MockConfigDriverMockRecorder) GetMiddlewares

func (mr *MockConfigDriverMockRecorder) GetMiddlewares() *gomock.Call

GetMiddlewares indicates an expected call of GetMiddlewares.

func (*MockConfigDriverMockRecorder) GetStorageDriver

func (mr *MockConfigDriverMockRecorder) GetStorageDriver() *gomock.Call

GetStorageDriver indicates an expected call of GetStorageDriver.

func (*MockConfigDriverMockRecorder) GetZfsDriver

func (mr *MockConfigDriverMockRecorder) GetZfsDriver() *gomock.Call

GetZfsDriver indicates an expected call of GetZfsDriver.

type MockConfigRepo

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

MockConfigRepo is a mock of ConfigRepo interface.

func NewMockConfigRepo

func NewMockConfigRepo(ctrl *gomock.Controller) *MockConfigRepo

NewMockConfigRepo creates a new mock instance.

func (*MockConfigRepo) EXPECT

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

func (*MockConfigRepo) GetConfig

func (m *MockConfigRepo) GetConfig() *config.Config

GetConfig mocks base method.

func (*MockConfigRepo) GetMiddlewares

func (m *MockConfigRepo) GetMiddlewares() []domain.Middleware

GetMiddlewares mocks base method.

type MockConfigRepoMockRecorder

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

MockConfigRepoMockRecorder is the mock recorder for MockConfigRepo.

func (*MockConfigRepoMockRecorder) GetConfig

func (mr *MockConfigRepoMockRecorder) GetConfig() *gomock.Call

GetConfig indicates an expected call of GetConfig.

func (*MockConfigRepoMockRecorder) GetMiddlewares

func (mr *MockConfigRepoMockRecorder) GetMiddlewares() *gomock.Call

GetMiddlewares indicates an expected call of GetMiddlewares.

type MockConfigStage

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

MockConfigStage is a mock of ConfigStage interface.

func NewMockConfigStage

func NewMockConfigStage(ctrl *gomock.Controller) *MockConfigStage

NewMockConfigStage creates a new mock instance.

func (*MockConfigStage) EXPECT

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

func (*MockConfigStage) Remote

func (m *MockConfigStage) Remote() string

Remote mocks base method.

func (*MockConfigStage) Type

func (m *MockConfigStage) Type() config.ConfigType

Type mocks base method.

type MockConfigStageMockRecorder

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

MockConfigStageMockRecorder is the mock recorder for MockConfigStage.

func (*MockConfigStageMockRecorder) Remote

func (mr *MockConfigStageMockRecorder) Remote() *gomock.Call

Remote indicates an expected call of Remote.

func (*MockConfigStageMockRecorder) Type

Type indicates an expected call of Type.

Jump to

Keyboard shortcuts

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