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

3 uses

	github.com/go-pg/pg/v10/types (current package)
		in_op.go#L15: func InMulti(values ...interface{}) ValueAppender {

	github.com/go-pg/pg/v10
		pg.go#L58: 	return types.InMulti(values...)

	github.com/go-pg/pg/v10/orm
		query.go#L580: 	return q.Where(where, types.InMulti(values...))