| 2588 | } |
| 2589 | |
| 2590 | type setupInMemoryRegistryOpts struct { |
| 2591 | Username string |
| 2592 | Password string |
| 2593 | } |
| 2594 | |
| 2595 | func setupInMemoryRegistry(t *testing.T, opts setupInMemoryRegistryOpts) string { |
| 2596 | t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected