Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloController ¶
type HelloController struct { App *iris.Application `bean:"iris_app"` //使用bean标签注入iris HelloService *service.HelloService //不使用bean标签则自动按 pkg.name (service.HelloService) 注入 }
Click to show internal directories.
Click to hide internal directories.