示例#1
0
文件: users.go 项目: crufter/nocrud
func (c *C) Init(ctx iface.Context) {
	c.client = ctx.Client()
	c.db = ctx.Db()
}