type github.com/go-pg/pg/v10.Ints

8 uses

	github.com/go-pg/pg/v10 (current package)
		pg.go#L184: type Ints []int64
		pg.go#L187: 	_ orm.HooklessModel   = (*Ints)(nil)
		pg.go#L188: 	_ types.ValueAppender = (*Ints)(nil)
		pg.go#L192: func (ints *Ints) Init() error {
		pg.go#L200: func (ints *Ints) NextColumnScanner() orm.ColumnScanner {
		pg.go#L205: func (Ints) AddColumnScanner(_ orm.ColumnScanner) error {
		pg.go#L210: func (ints *Ints) ScanColumn(col types.ColumnInfo, rd types.Reader, n int) error {
		pg.go#L221: func (ints Ints) AppendValue(dst []byte, quote int) ([]byte, error) {