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

4 uses

	github.com/go-pg/pg/v10/types (current package)
		in_op.go#L21: func In(slice interface{}) ValueAppender {

	github.com/go-pg/pg/v10
		pg.go#L46: 	return types.In(slice)

	github.com/go-pg/pg/v10/orm
		query.go#L570: 	return q.Where(where, types.In(slice))
		query.go#L575: 	return q.WhereOr(where, types.In(slice))