core

package
v0.1.322 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package core is a generated GoMock package.

Package core is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockICoreConfig

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

MockICoreConfig is a mock of ICoreConfig interface.

func NewMockICoreConfig

func NewMockICoreConfig(ctrl *gomock.Controller) *MockICoreConfig

NewMockICoreConfig creates a new mock instance.

func (*MockICoreConfig) EXPECT

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

func (*MockICoreConfig) GetPort

func (m *MockICoreConfig) GetPort() int

GetPort mocks base method.

type MockICoreConfigMockRecorder

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

MockICoreConfigMockRecorder is the mock recorder for MockICoreConfig.

func (*MockICoreConfigMockRecorder) GetPort

func (mr *MockICoreConfigMockRecorder) GetPort() *gomock.Call

GetPort indicates an expected call of GetPort.

type MockIHealthServer

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

MockIHealthServer is a mock of IHealthServer interface.

func NewMockIHealthServer

func NewMockIHealthServer(ctrl *gomock.Controller) *MockIHealthServer

NewMockIHealthServer creates a new mock instance.

func (*MockIHealthServer) Check

Check mocks base method.

func (*MockIHealthServer) EXPECT

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

func (*MockIHealthServer) Watch

Watch mocks base method.

type MockIHealthServerMockRecorder

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

MockIHealthServerMockRecorder is the mock recorder for MockIHealthServer.

func (*MockIHealthServerMockRecorder) Check

func (mr *MockIHealthServerMockRecorder) Check(arg0, arg1 interface{}) *gomock.Call

Check indicates an expected call of Check.

func (*MockIHealthServerMockRecorder) Watch

func (mr *MockIHealthServerMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockIStartup

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

MockIStartup is a mock of IStartup interface.

func NewMockIStartup

func NewMockIStartup(ctrl *gomock.Controller) *MockIStartup

NewMockIStartup creates a new mock instance.

func (*MockIStartup) Configure

Configure mocks base method.

func (*MockIStartup) ConfigureServices

func (m *MockIStartup) ConfigureServices(arg0 *di.Builder)

ConfigureServices mocks base method.

func (*MockIStartup) EXPECT

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

func (*MockIStartup) GetConfigOptions

func (m *MockIStartup) GetConfigOptions() *core.ConfigOptions

GetConfigOptions mocks base method.

func (*MockIStartup) GetPort

func (m *MockIStartup) GetPort() int

GetPort mocks base method.

func (*MockIStartup) GetStartupManifest

func (m *MockIStartup) GetStartupManifest() core.StartupManifest

GetStartupManifest mocks base method.

func (*MockIStartup) OnPostServerShutdown

func (m *MockIStartup) OnPostServerShutdown()

OnPostServerShutdown mocks base method.

func (*MockIStartup) OnPreServerStartup

func (m *MockIStartup) OnPreServerStartup() error

OnPreServerStartup mocks base method.

func (*MockIStartup) RegisterGRPCEndpoints

func (m *MockIStartup) RegisterGRPCEndpoints(arg0 *grpc.Server) []interface{}

RegisterGRPCEndpoints mocks base method.

func (*MockIStartup) SetContext added in v0.1.310

func (m *MockIStartup) SetContext(arg0 context.Context)

SetContext mocks base method.

func (*MockIStartup) SetRootContainer

func (m *MockIStartup) SetRootContainer(arg0 di.Container)

SetRootContainer mocks base method.

type MockIStartupMockRecorder

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

MockIStartupMockRecorder is the mock recorder for MockIStartup.

func (*MockIStartupMockRecorder) Configure

func (mr *MockIStartupMockRecorder) Configure(arg0 interface{}) *gomock.Call

Configure indicates an expected call of Configure.

func (*MockIStartupMockRecorder) ConfigureServices

func (mr *MockIStartupMockRecorder) ConfigureServices(arg0 interface{}) *gomock.Call

ConfigureServices indicates an expected call of ConfigureServices.

func (*MockIStartupMockRecorder) GetConfigOptions

func (mr *MockIStartupMockRecorder) GetConfigOptions() *gomock.Call

GetConfigOptions indicates an expected call of GetConfigOptions.

func (*MockIStartupMockRecorder) GetPort

func (mr *MockIStartupMockRecorder) GetPort() *gomock.Call

GetPort indicates an expected call of GetPort.

func (*MockIStartupMockRecorder) GetStartupManifest

func (mr *MockIStartupMockRecorder) GetStartupManifest() *gomock.Call

GetStartupManifest indicates an expected call of GetStartupManifest.

func (*MockIStartupMockRecorder) OnPostServerShutdown

func (mr *MockIStartupMockRecorder) OnPostServerShutdown() *gomock.Call

OnPostServerShutdown indicates an expected call of OnPostServerShutdown.

func (*MockIStartupMockRecorder) OnPreServerStartup

func (mr *MockIStartupMockRecorder) OnPreServerStartup() *gomock.Call

OnPreServerStartup indicates an expected call of OnPreServerStartup.

func (*MockIStartupMockRecorder) RegisterGRPCEndpoints

func (mr *MockIStartupMockRecorder) RegisterGRPCEndpoints(arg0 interface{}) *gomock.Call

RegisterGRPCEndpoints indicates an expected call of RegisterGRPCEndpoints.

func (*MockIStartupMockRecorder) SetContext added in v0.1.310

func (mr *MockIStartupMockRecorder) SetContext(arg0 interface{}) *gomock.Call

SetContext indicates an expected call of SetContext.

func (*MockIStartupMockRecorder) SetRootContainer

func (mr *MockIStartupMockRecorder) SetRootContainer(arg0 interface{}) *gomock.Call

SetRootContainer indicates an expected call of SetRootContainer.

type MockIUnaryServerInterceptorBuilder

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

MockIUnaryServerInterceptorBuilder is a mock of IUnaryServerInterceptorBuilder interface.

func NewMockIUnaryServerInterceptorBuilder

func NewMockIUnaryServerInterceptorBuilder(ctrl *gomock.Controller) *MockIUnaryServerInterceptorBuilder

NewMockIUnaryServerInterceptorBuilder creates a new mock instance.

func (*MockIUnaryServerInterceptorBuilder) EXPECT

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

func (*MockIUnaryServerInterceptorBuilder) GetUnaryServerInterceptors

func (m *MockIUnaryServerInterceptorBuilder) GetUnaryServerInterceptors() []grpc.UnaryServerInterceptor

GetUnaryServerInterceptors mocks base method.

func (*MockIUnaryServerInterceptorBuilder) Use

Use mocks base method.

type MockIUnaryServerInterceptorBuilderMockRecorder

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

MockIUnaryServerInterceptorBuilderMockRecorder is the mock recorder for MockIUnaryServerInterceptorBuilder.

func (*MockIUnaryServerInterceptorBuilderMockRecorder) GetUnaryServerInterceptors

func (mr *MockIUnaryServerInterceptorBuilderMockRecorder) GetUnaryServerInterceptors() *gomock.Call

GetUnaryServerInterceptors indicates an expected call of GetUnaryServerInterceptors.

func (*MockIUnaryServerInterceptorBuilderMockRecorder) Use

func (mr *MockIUnaryServerInterceptorBuilderMockRecorder) Use(arg0 interface{}) *gomock.Call

Use indicates an expected call of Use.

Jump to

Keyboard shortcuts

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