core

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(startup IStartup)

Types

type ICoreConfig

type ICoreConfig interface {
	GetPort() int
}

type IStartup

type IStartup interface {
	ConfigureServices(builder *di.Builder)
	Configure(
		container di.Container,
		unaryServerInterceptorBuilder *UnaryServerInterceptorBuilder)
	GetPort() int
	RegisterGRPCEndpoints(server *grpc.Server)
}

type IUnaryServerInterceptorBuilder

type IUnaryServerInterceptorBuilder interface {
	Use(intercepter grpc.UnaryServerInterceptor)
}

type UnaryServerInterceptorBuilder

type UnaryServerInterceptorBuilder struct {
	UnaryServerInterceptors []grpc.UnaryServerInterceptor
}

func (*UnaryServerInterceptorBuilder) Use

Jump to

Keyboard shortcuts

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