| 19 | ) |
| 20 | |
| 21 | type errAuthProvider struct{} |
| 22 | |
| 23 | func (errAuthProvider) AuthFor(_ context.Context, _ Endpoint, _ EndpointRole) (EndpointAuth, error) { |
| 24 | return EndpointAuth{}, errors.New("boom") |
nothing calls this directly
no outgoing calls
no test coverage detected