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