startup

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2022 License: MIT Imports: 39 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 {
	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) GetPort

func (s *Startup) GetPort() int

GetPort get the port number

func (*Startup) GetStartupManifest

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

GetStartupManifest wrapper

func (*Startup) OnPostServerShutdown

func (s *Startup) OnPostServerShutdown()

OnPostServerShutdown Wrapper

func (*Startup) OnPreServerStartup

func (s *Startup) OnPreServerStartup() error

OnPreServerStartup wrapper

func (*Startup) RegisterGRPCEndpoints

func (s *Startup) RegisterGRPCEndpoints(server *grpc.Server) []interface{}

RegisterGRPCEndpoints registeres all our servers with the framework

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