type github.com/go-pg/pg/v10/types.Hstore
9 uses
github.com/go-pg/pg/v10/types (current package)
hstore.go#L8: type Hstore struct {
hstore.go#L16: _ ValueAppender = (*Hstore)(nil)
hstore.go#L17: _ ValueScanner = (*Hstore)(nil)
hstore.go#L20: func NewHstore(vi interface{}) *Hstore {
hstore.go#L34: return &Hstore{
hstore.go#L42: func (h *Hstore) Value() interface{} {
hstore.go#L49: func (h *Hstore) AppendValue(b []byte, flags int) ([]byte, error) {
hstore.go#L53: func (h *Hstore) ScanValue(rd Reader, n int) error {
github.com/go-pg/pg/v10
pg.go#L78: func Hstore(v interface{}) *types.Hstore {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)