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

Struct setupPassthroughRegistryOptions

integration/integration_test.go:1491–1495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489}
1490
1491type setupPassthroughRegistryOptions struct {
1492 Username string
1493 Password string
1494 Upstream string
1495}
1496
1497func setupPassthroughRegistry(t *testing.T, image string, opts *setupPassthroughRegistryOptions) string {
1498 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected