Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(New)
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func (*Application) AwaitSignal ¶
func (a *Application) AwaitSignal()
func (*Application) Start ¶
func (a *Application) Start() error
type Option ¶
type Option func(app *Application) error
func GrpcServerOption ¶
func HttpServerOption ¶
Click to show internal directories.
Click to hide internal directories.