Documentation ¶
Index ¶
- type TestStartupWrapper
- func (s *TestStartupWrapper) Configure(unaryServerInterceptorBuilder contracts_core.IUnaryServerInterceptorBuilder)
- func (s *TestStartupWrapper) ConfigureServices(builder *di.Builder)
- func (s *TestStartupWrapper) GetConfigOptions() *contracts_core.ConfigOptions
- func (s *TestStartupWrapper) GetPort() int
- func (s *TestStartupWrapper) GetStartupManifest() contracts_core.StartupManifest
- func (s *TestStartupWrapper) OnPostServerShutdown()
- func (s *TestStartupWrapper) OnPreServerStartup() error
- func (s *TestStartupWrapper) RegisterGRPCEndpoints(server *grpc.Server) []interface{}
- func (s *TestStartupWrapper) SetContext(ctx context.Context)
- func (s *TestStartupWrapper) SetRootContainer(container di.Container)
- type TestStartupWrapperConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestStartupWrapper ¶
type TestStartupWrapper struct { contracts_core.UnimplementedStartup Config *TestStartupWrapperConfig RootContainer di.Container }
TestStartupWrapper struct
func NewTestStartupWrapper ¶
func NewTestStartupWrapper(config *TestStartupWrapperConfig) *TestStartupWrapper
NewTestStartupWrapper creates a new TestStartupWrapper
func (*TestStartupWrapper) Configure ¶
func (s *TestStartupWrapper) Configure(unaryServerInterceptorBuilder contracts_core.IUnaryServerInterceptorBuilder)
Configure wrapper
func (*TestStartupWrapper) ConfigureServices ¶
func (s *TestStartupWrapper) ConfigureServices(builder *di.Builder)
ConfigureServices wrapper
func (*TestStartupWrapper) GetConfigOptions ¶
func (s *TestStartupWrapper) GetConfigOptions() *contracts_core.ConfigOptions
GetConfigOptions wrapper
func (*TestStartupWrapper) GetStartupManifest ¶ added in v0.1.112
func (s *TestStartupWrapper) GetStartupManifest() contracts_core.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) SetContext ¶ added in v0.1.312
func (s *TestStartupWrapper) SetContext(ctx context.Context)
func (*TestStartupWrapper) SetRootContainer ¶
func (s *TestStartupWrapper) SetRootContainer(container di.Container)
SetRootContainer wrapper
type TestStartupWrapperConfig ¶ added in v0.1.161
type TestStartupWrapperConfig struct { InnerStartup contracts_core.IStartup ConfigureServicesHook func(builder *di.Builder) }
Click to show internal directories.
Click to hide internal directories.