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

Struct InvalidRepoURLError

internal/ebutil/giturls.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type InvalidRepoURLError struct {
11 repoURL string
12 inner error
13}
14
15func (e *InvalidRepoURLError) Error() string {
16 return fmt.Sprintf("invalid repository URL %q, please see https://github.com/coder/envbuilder/blob/main/docs/git-auth.md for supported formats: %v", e.repoURL, e.inner)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected