AuthInjector is an interface for injecting authentication information into a request which will be proxied or made to a remote/upstream service.
| 5 | // AuthInjector is an interface for injecting authentication information into a request |
| 6 | // which will be proxied or made to a remote/upstream service. |
| 7 | type AuthInjector interface { |
| 8 | Inject(r *http.Request) |
| 9 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…