Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ICoreConfig ¶
type ICoreConfig interface {
GetPort() int
}
type IUnaryServerInterceptorBuilder ¶
type IUnaryServerInterceptorBuilder interface {
Use(intercepter grpc.UnaryServerInterceptor)
}
type UnaryServerInterceptorBuilder ¶
type UnaryServerInterceptorBuilder struct {
UnaryServerInterceptors []grpc.UnaryServerInterceptor
}
func (*UnaryServerInterceptorBuilder) Use ¶
func (s *UnaryServerInterceptorBuilder) Use(interceptor grpc.UnaryServerInterceptor)
Click to show internal directories.
Click to hide internal directories.