type github.com/go-pg/pg/v10/orm.AfterInsertHook
6 uses
github.com/go-pg/pg/v10/orm (current package)
hook.go#L14: _ AfterInsertHook = (*hookStubs)(nil)
hook.go#L162: type AfterInsertHook interface {
hook.go#L166: var afterInsertHookType = reflect.TypeOf((*AfterInsertHook)(nil)).Elem()
hook.go#L169: return v.Interface().(AfterInsertHook).AfterInsert(ctx)
model.go#L38: AfterInsertHook
github.com/go-pg/pg/v10
hook.go#L16: AfterInsertHook = orm.AfterInsertHook
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)