MCPcopy Create free account
hub / github.com/entireio/git-sync / errAuthProvider

Struct errAuthProvider

client_test.go:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type errAuthProvider struct{}
22
23func (errAuthProvider) AuthFor(_ context.Context, _ Endpoint, _ EndpointRole) (EndpointAuth, error) {
24 return EndpointAuth{}, errors.New("boom")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected