Documentation ¶
Overview ¶
Package core is a generated GoMock package.
Package core is a generated GoMock package.
Index ¶
- type MockICoreConfig
- type MockICoreConfigMockRecorder
- type MockIHealthServer
- type MockIHealthServerMockRecorder
- type MockIStartup
- func (m *MockIStartup) Configure(arg0 core.IUnaryServerInterceptorBuilder)
- func (m *MockIStartup) ConfigureServices(arg0 *di.Builder)
- func (m *MockIStartup) EXPECT() *MockIStartupMockRecorder
- func (m *MockIStartup) GetConfigOptions() *core.ConfigOptions
- func (m *MockIStartup) GetPort() int
- func (m *MockIStartup) GetStartupManifest() core.StartupManifest
- func (m *MockIStartup) OnPostServerShutdown()
- func (m *MockIStartup) OnPreServerStartup() error
- func (m *MockIStartup) RegisterGRPCEndpoints(arg0 *grpc.Server) []interface{}
- func (m *MockIStartup) SetContext(arg0 context.Context)
- func (m *MockIStartup) SetRootContainer(arg0 di.Container)
- type MockIStartupMockRecorder
- func (mr *MockIStartupMockRecorder) Configure(arg0 interface{}) *gomock.Call
- func (mr *MockIStartupMockRecorder) ConfigureServices(arg0 interface{}) *gomock.Call
- func (mr *MockIStartupMockRecorder) GetConfigOptions() *gomock.Call
- func (mr *MockIStartupMockRecorder) GetPort() *gomock.Call
- func (mr *MockIStartupMockRecorder) GetStartupManifest() *gomock.Call
- func (mr *MockIStartupMockRecorder) OnPostServerShutdown() *gomock.Call
- func (mr *MockIStartupMockRecorder) OnPreServerStartup() *gomock.Call
- func (mr *MockIStartupMockRecorder) RegisterGRPCEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockIStartupMockRecorder) SetContext(arg0 interface{}) *gomock.Call
- func (mr *MockIStartupMockRecorder) SetRootContainer(arg0 interface{}) *gomock.Call
- type MockIUnaryServerInterceptorBuilder
- type MockIUnaryServerInterceptorBuilderMockRecorder
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 ¶
func (m *MockICoreConfig) EXPECT() *MockICoreConfigMockRecorder
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 ¶
func (m *MockIHealthServer) Check(arg0 context.Context, arg1 *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
Check mocks base method.
func (*MockIHealthServer) EXPECT ¶
func (m *MockIHealthServer) EXPECT() *MockIHealthServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIHealthServer) Watch ¶
func (m *MockIHealthServer) Watch(arg0 *grpc_health_v1.HealthCheckRequest, arg1 grpc_health_v1.Health_WatchServer) error
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 ¶
func (m *MockIStartup) Configure(arg0 core.IUnaryServerInterceptorBuilder)
Configure mocks base method.
func (*MockIStartup) ConfigureServices ¶
func (m *MockIStartup) ConfigureServices(arg0 *di.Builder)
ConfigureServices mocks base method.
func (*MockIStartup) EXPECT ¶
func (m *MockIStartup) EXPECT() *MockIStartupMockRecorder
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) 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 ¶
func (m *MockIUnaryServerInterceptorBuilder) EXPECT() *MockIUnaryServerInterceptorBuilderMockRecorder
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 ¶
func (m *MockIUnaryServerInterceptorBuilder) Use(arg0 grpc.UnaryServerInterceptor)
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.