type github.com/go-pg/pg/v10/orm.BeforeInsertHook
6 uses
github.com/go-pg/pg/v10/orm (current package)
hook.go#L13: _ BeforeInsertHook = (*hookStubs)(nil)
hook.go#L144: type BeforeInsertHook interface {
hook.go#L148: var beforeInsertHookType = reflect.TypeOf((*BeforeInsertHook)(nil)).Elem()
hook.go#L151: return v.Interface().(BeforeInsertHook).BeforeInsert(ctx)
model.go#L37: BeforeInsertHook
github.com/go-pg/pg/v10
hook.go#L15: BeforeInsertHook = orm.BeforeInsertHook
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)