Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppProviderSet = wire.NewSet( NewApplication, )
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func NewApplication ¶
func NewApplication(e *gin.Engine) *Application
func (*Application) Stop ¶
func (app *Application) Stop()
type Options ¶
type Options func(*Application)
func WithServer ¶
func WithServer(server ...server.ServerInterface) Options
Click to show internal directories.
Click to hide internal directories.