1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-20 15:24:26 +00:00
steve/pkg/stores/sqlproxy
Eric Promislow aa05958cce 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-25 10:22:54 -07:00
..
tablelistconvert Migrate the mocking library to uber's (#291) 2024-10-10 10:28:25 -07:00
dynamic_mocks_test.go Migrate the mocking library to uber's (#291) 2024-10-10 10:28:25 -07:00
proxy_mocks_test.go Pass the listOptions struct by reference to avoid copying. 2025-04-25 10:22:54 -07:00
proxy_store_test.go Pass the listOptions struct by reference to avoid copying. 2025-04-25 10:22:54 -07:00
proxy_store.go Pass the listOptions struct by reference to avoid copying. 2025-04-25 10:22:54 -07:00
sql_informer_mocks_test.go Pass the listOptions struct by reference to avoid copying. 2025-04-25 10:22:54 -07:00