Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
TestPort int `inject:"config, app.servers.http.port"`
}
Controller @Bean
func (*Controller) GinHandleHome ¶
func (receiver *Controller) GinHandleHome(ctx *gin.Context)
GinHandleHome gin原始路由处理 http.Get(/api/demo)
func (*Controller) Home ¶
func (receiver *Controller) Home(req *api.ApiDemoHomeRequest, ctx http.Context) (*api.ApiDemoHomeResponse, error)
Home
Click to show internal directories.
Click to hide internal directories.