Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Logger ¶
func Logger() gin.HandlerFunc
func SetMode ¶
func SetMode(config *config.ApplicationConfig)
Types ¶
type IndexController ¶
type IndexController struct { }
func NewIndexController ¶
func NewIndexController() *IndexController
func (*IndexController) Index ¶
func (i *IndexController) Index(ct *gin.Context)
type TestController ¶
type TestController struct { }
func NewTestController ¶
func NewTestController() *TestController
func (*TestController) Hello ¶
func (t *TestController) Hello(ct *gin.Context)
func (*TestController) Index ¶
func (t *TestController) Index(ct *gin.Context)
Click to show internal directories.
Click to hide internal directories.