예제 #1
0
파일: users.go 프로젝트: crufter/nocrud
func (c *C) Init(ctx iface.Context) {
	c.client = ctx.Client()
	c.db = ctx.Db()
}