mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 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 MockDeploymentProvider

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

MockDeploymentProvider is a mock of DeploymentProvider interface.

func NewMockDeploymentProvider

func NewMockDeploymentProvider(ctrl *gomock.Controller) *MockDeploymentProvider

NewMockDeploymentProvider creates a new mock instance.

func (*MockDeploymentProvider) EXPECT

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

func (*MockDeploymentProvider) GetDeployedServer

func (m *MockDeploymentProvider) GetDeployedServer(ctx context.Context, name string) ([]*service.DeployedServer, error)

GetDeployedServer mocks base method.

func (*MockDeploymentProvider) ListDeployedServers

func (m *MockDeploymentProvider) ListDeployedServers(ctx context.Context) ([]*service.DeployedServer, error)

ListDeployedServers mocks base method.

type MockDeploymentProviderMockRecorder

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

MockDeploymentProviderMockRecorder is the mock recorder for MockDeploymentProvider.

func (*MockDeploymentProviderMockRecorder) GetDeployedServer

func (mr *MockDeploymentProviderMockRecorder) GetDeployedServer(ctx, name any) *gomock.Call

GetDeployedServer indicates an expected call of GetDeployedServer.

func (*MockDeploymentProviderMockRecorder) ListDeployedServers

func (mr *MockDeploymentProviderMockRecorder) ListDeployedServers(ctx any) *gomock.Call

ListDeployedServers indicates an expected call of ListDeployedServers.

type MockRegistryDataProvider

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

MockRegistryDataProvider is a mock of RegistryDataProvider interface.

func NewMockRegistryDataProvider

func NewMockRegistryDataProvider(ctrl *gomock.Controller) *MockRegistryDataProvider

NewMockRegistryDataProvider creates a new mock instance.

func (*MockRegistryDataProvider) EXPECT

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

func (*MockRegistryDataProvider) GetRegistryData

func (m *MockRegistryDataProvider) GetRegistryData(ctx context.Context) (*registry.Registry, error)

GetRegistryData mocks base method.

func (*MockRegistryDataProvider) GetRegistryName

func (m *MockRegistryDataProvider) GetRegistryName() string

GetRegistryName mocks base method.

func (*MockRegistryDataProvider) GetSource

func (m *MockRegistryDataProvider) GetSource() string

GetSource mocks base method.

type MockRegistryDataProviderMockRecorder

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

MockRegistryDataProviderMockRecorder is the mock recorder for MockRegistryDataProvider.

func (*MockRegistryDataProviderMockRecorder) GetRegistryData

func (mr *MockRegistryDataProviderMockRecorder) GetRegistryData(ctx any) *gomock.Call

GetRegistryData indicates an expected call of GetRegistryData.

func (*MockRegistryDataProviderMockRecorder) GetRegistryName

func (mr *MockRegistryDataProviderMockRecorder) GetRegistryName() *gomock.Call

GetRegistryName indicates an expected call of GetRegistryName.

func (*MockRegistryDataProviderMockRecorder) GetSource

GetSource indicates an expected call of GetSource.

type MockRegistryProviderFactory

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

MockRegistryProviderFactory is a mock of RegistryProviderFactory interface.

func NewMockRegistryProviderFactory

func NewMockRegistryProviderFactory(ctrl *gomock.Controller) *MockRegistryProviderFactory

NewMockRegistryProviderFactory creates a new mock instance.

func (*MockRegistryProviderFactory) CreateProvider

CreateProvider mocks base method.

func (*MockRegistryProviderFactory) EXPECT

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

type MockRegistryProviderFactoryMockRecorder

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

MockRegistryProviderFactoryMockRecorder is the mock recorder for MockRegistryProviderFactory.

func (*MockRegistryProviderFactoryMockRecorder) CreateProvider

func (mr *MockRegistryProviderFactoryMockRecorder) CreateProvider(config any) *gomock.Call

CreateProvider indicates an expected call of CreateProvider.

type MockRegistryService

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

MockRegistryService is a mock of RegistryService interface.

func NewMockRegistryService

func NewMockRegistryService(ctrl *gomock.Controller) *MockRegistryService

NewMockRegistryService creates a new mock instance.

func (*MockRegistryService) CheckReadiness

func (m *MockRegistryService) CheckReadiness(ctx context.Context) error

CheckReadiness mocks base method.

func (*MockRegistryService) EXPECT

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

func (*MockRegistryService) GetDeployedServer

func (m *MockRegistryService) GetDeployedServer(ctx context.Context, name string) ([]*service.DeployedServer, error)

GetDeployedServer mocks base method.

func (*MockRegistryService) GetRegistry

func (m *MockRegistryService) GetRegistry(ctx context.Context) (*registry.Registry, string, error)

GetRegistry mocks base method.

func (*MockRegistryService) GetServer

GetServer mocks base method.

func (*MockRegistryService) ListDeployedServers

func (m *MockRegistryService) ListDeployedServers(ctx context.Context) ([]*service.DeployedServer, error)

ListDeployedServers mocks base method.

func (*MockRegistryService) ListServers

ListServers mocks base method.

type MockRegistryServiceMockRecorder

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

MockRegistryServiceMockRecorder is the mock recorder for MockRegistryService.

func (*MockRegistryServiceMockRecorder) CheckReadiness

func (mr *MockRegistryServiceMockRecorder) CheckReadiness(ctx any) *gomock.Call

CheckReadiness indicates an expected call of CheckReadiness.

func (*MockRegistryServiceMockRecorder) GetDeployedServer

func (mr *MockRegistryServiceMockRecorder) GetDeployedServer(ctx, name any) *gomock.Call

GetDeployedServer indicates an expected call of GetDeployedServer.

func (*MockRegistryServiceMockRecorder) GetRegistry

func (mr *MockRegistryServiceMockRecorder) GetRegistry(ctx any) *gomock.Call

GetRegistry indicates an expected call of GetRegistry.

func (*MockRegistryServiceMockRecorder) GetServer

func (mr *MockRegistryServiceMockRecorder) GetServer(ctx, name any) *gomock.Call

GetServer indicates an expected call of GetServer.

func (*MockRegistryServiceMockRecorder) ListDeployedServers

func (mr *MockRegistryServiceMockRecorder) ListDeployedServers(ctx any) *gomock.Call

ListDeployedServers indicates an expected call of ListDeployedServers.

func (*MockRegistryServiceMockRecorder) ListServers

func (mr *MockRegistryServiceMockRecorder) ListServers(ctx any) *gomock.Call

ListServers indicates an expected call of ListServers.

Jump to

Keyboard shortcuts

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