github.com/go-pg/pg/v10.Stmt.QueryContext (method)
2 uses
github.com/go-pg/pg/v10 (current package)
stmt.go#L149: func (stmt *Stmt) QueryContext(c context.Context, model interface{}, params ...interface{}) (Result, error) {
stmt.go#L202: res, err := stmt.QueryContext(c, mod, params...)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)