1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-02 07:55:31 +00:00
Files
steve/pkg/stores/sqlproxy
Eric Promislow a894eef4a6 Pass the listOptions struct by reference to avoid copying.
We never update the ListOptions struct once it's created so there's
no need to pass it by value.

This might be a near-useless optimization...
2025-04-24 15:53:02 -07:00
..