startup

package
v0.1.117-herb-richer-I... Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStartup

func NewStartup() coreContracts.IStartup

NewStartup creates a new IStartup object

Types

type Startup

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

Startup type

func (*Startup) Configure

func (s *Startup) Configure(unaryServerInterceptorBuilder coreContracts.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() *coreContracts.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 added in v0.1.112

func (s *Startup) GetStartupManifest() coreContracts.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) 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