MCPcopy Create free account
hub / github.com/coder/envbuilder / setupInMemoryRegistryOpts

Struct setupInMemoryRegistryOpts

integration/integration_test.go:2590–2593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2588}
2589
2590type setupInMemoryRegistryOpts struct {
2591 Username string
2592 Password string
2593}
2594
2595func setupInMemoryRegistry(t *testing.T, opts setupInMemoryRegistryOpts) string {
2596 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected