1
0
mirror of https://github.com/rancher/steve.git synced 2025-06-24 22:12:02 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Eric Promislow
2b227dbd22
Move types related to list options and sql queries into their own package. (#610)
The problem having these in the informer package is that eventually code
in other packages will need to import `informer` only for constants or types,
but some members of the informer package may already depend on those. Best to
move type definitions into their own simpler package.
2025-04-25 09:11:09 -07:00