Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Starter ¶
type Starter struct { bean.Component Log logging.Logger `bean:"log"` GinApp *gin.Engine `bean:"gin_app"` }
func (*Starter) ApiHandler ¶
func (s *Starter) ApiHandler() web.ApiHandler
func (*Starter) Beans ¶
func (s *Starter) Beans() (beans bean.Components)
func (*Starter) ListenAndServe ¶
func (*Starter) StaticHandler ¶
func (s *Starter) StaticHandler() web.StaticHandler
Click to show internal directories.
Click to hide internal directories.