Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func New ¶
func New(grpcPort uint32) *Application
func (*Application) Close ¶
func (a *Application) Close()
func (*Application) WithUnaryMW ¶
func (a *Application) WithUnaryMW(unary grpc.UnaryServerInterceptor)
type IService ¶
type IService interface {
Register(srv grpc.ServiceRegistrar)
}
Click to show internal directories.
Click to hide internal directories.