Documentation ¶
Index ¶
- type TestStartupWrapper
- func (s *TestStartupWrapper) Configure(unaryServerInterceptorBuilder coreContracts.IUnaryServerInterceptorBuilder)
- func (s *TestStartupWrapper) ConfigureServices(builder *di.Builder)
- func (s *TestStartupWrapper) GetConfigOptions() *coreContracts.ConfigOptions
- func (s *TestStartupWrapper) GetPort() int
- func (s *TestStartupWrapper) GetStartupManifest() coreContracts.StartupManifest
- func (s *TestStartupWrapper) OnPostServerShutdown()
- func (s *TestStartupWrapper) OnPreServerStartup() error
- func (s *TestStartupWrapper) RegisterGRPCEndpoints(server *grpc.Server) []interface{}
- func (s *TestStartupWrapper) SetRootContainer(container di.Container)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestStartupWrapper ¶
type TestStartupWrapper struct { ChildStartup coreContracts.IStartup ConfigureServicesOverride func(builder *di.Builder) }
TestStartupWrapper struct
func NewTestStartupWrapper ¶
func NewTestStartupWrapper(childStartup coreContracts.IStartup, configureServicesOverride func(builder *di.Builder)) *TestStartupWrapper
NewTestStartupWrapper creates a new TestStartupWrapper
func (*TestStartupWrapper) Configure ¶
func (s *TestStartupWrapper) Configure(unaryServerInterceptorBuilder coreContracts.IUnaryServerInterceptorBuilder)
Configure wrapper
func (*TestStartupWrapper) ConfigureServices ¶
func (s *TestStartupWrapper) ConfigureServices(builder *di.Builder)
ConfigureServices wrapper
func (*TestStartupWrapper) GetConfigOptions ¶
func (s *TestStartupWrapper) GetConfigOptions() *coreContracts.ConfigOptions
GetConfigOptions wrapper
func (*TestStartupWrapper) GetStartupManifest ¶ added in v0.1.112
func (s *TestStartupWrapper) GetStartupManifest() coreContracts.StartupManifest
GetStartupManifest wrapper
func (*TestStartupWrapper) OnPostServerShutdown ¶ added in v0.1.112
func (s *TestStartupWrapper) OnPostServerShutdown()
OnPostServerShutdown Wrapper
func (*TestStartupWrapper) OnPreServerStartup ¶ added in v0.1.112
func (s *TestStartupWrapper) OnPreServerStartup() error
OnPreServerStartup wrapper
func (*TestStartupWrapper) RegisterGRPCEndpoints ¶
func (s *TestStartupWrapper) RegisterGRPCEndpoints(server *grpc.Server) []interface{}
RegisterGRPCEndpoints wrapper
func (*TestStartupWrapper) SetRootContainer ¶
func (s *TestStartupWrapper) SetRootContainer(container di.Container)
SetRootContainer wrapper
Click to show internal directories.
Click to hide internal directories.