Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUnaryServerInterceptorBuilder ¶ added in v0.1.32
func NewUnaryServerInterceptorBuilder() types.IUnaryServerInterceptorBuilder
func ValidateConfigPath ¶ added in v0.1.32
ValidateConfigPath just makes sure, that the path provided is a file, that can be read
Types ¶
type Config ¶ added in v0.1.12
type Config struct {
Environment string `mapstructure:"APPLICATION_ENVIRONMENT"`
}
type ServerInstance ¶ added in v0.1.32
type ServerInstance struct { Server *grpc.Server Future async.Future DotNetGoBuilder *grpcdotnetgo.DotNetGoBuilder Endpoints []interface{} }
func GetServerInstances ¶ added in v0.1.32
func GetServerInstances() []*ServerInstance
type UnaryServerInterceptorBuilder ¶
type UnaryServerInterceptorBuilder struct {
UnaryServerInterceptors []grpc.UnaryServerInterceptor
}
func (*UnaryServerInterceptorBuilder) GetUnaryServerInterceptors ¶ added in v0.1.32
func (s *UnaryServerInterceptorBuilder) GetUnaryServerInterceptors() []grpc.UnaryServerInterceptor
func (*UnaryServerInterceptorBuilder) Use ¶
func (s *UnaryServerInterceptorBuilder) Use(interceptor grpc.UnaryServerInterceptor)
Click to show internal directories.
Click to hide internal directories.