startup

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: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStartup

func NewStartup() contracts_core.IStartup

NewStartup creates a new IStartup object

Types

type Startup

type Startup struct {
	contracts_core.UnimplementedStartup
	MockOIDCService interface{}
	ConfigOptions   *contracts_core.ConfigOptions
	RootContainer   di.Container
}

Startup type

func (*Startup) Configure

func (s *Startup) Configure(unaryServerInterceptorBuilder contracts_core.IUnaryServerInterceptorBuilder)

Configure setups up our middleware

func (*Startup) ConfigureServices

func (s *Startup) ConfigureServices(builder *di.Builder)

ConfigureServices is where we register our services with the DI

func (*Startup) GetConfigOptions

func (s *Startup) GetConfigOptions() *contracts_core.ConfigOptions

GetConfigOptions is called by the runtime to determine where to write the configuration information to

func (*Startup) GetStartupManifest added in v0.1.112

func (s *Startup) GetStartupManifest() contracts_core.StartupManifest

GetStartupManifest wrapper

func (*Startup) OnPostServerShutdown added in v0.1.112

func (s *Startup) OnPostServerShutdown()

OnPostServerShutdown Wrapper

func (*Startup) OnPreServerStartup added in v0.1.112

func (s *Startup) OnPreServerStartup() error

OnPreServerStartup wrapper

func (*Startup) SetRootContainer

func (s *Startup) SetRootContainer(container di.Container)

SetRootContainer is called by the framework letting us now the root DI container

Jump to

Keyboard shortcuts

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