func github.com/go-pg/pg/v10/types.HstoreAppender

3 uses

	github.com/go-pg/pg/v10/types (current package)
		hstore.go#L37: 		append: HstoreAppender(typ),
		hstore_append.go#L10: func HstoreAppender(typ reflect.Type) AppenderFunc {

	github.com/go-pg/pg/v10/orm
		table.go#L475: 		field.append = types.HstoreAppender(f.Type)