Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloWorldController ¶
type HelloWorldController struct {
TestDao *dao.TestDao `autowired:""`
Redis redisv1.RedisClient `autowired:""`
Consumer xkafka.Consumer `autowired:"consumer"`
Producer xkafka.Producer `autowired:"producer"`
}
func (*HelloWorldController) DoRequest ¶
func (c *HelloWorldController) DoRequest(req *base.DoRequestReq) (*base.DoRequestRes, e.ApiError)
func (*HelloWorldController) ReturnError ¶
func (c *HelloWorldController) ReturnError() e.ApiError
func (*HelloWorldController) SayHelloWorld ¶
func (c *HelloWorldController) SayHelloWorld() string
Click to show internal directories.
Click to hide internal directories.