NoAuthAuthenticator is used to handle the No Authentication mode
| 12 | |
| 13 | // NoAuthAuthenticator is used to handle the No Authentication mode |
| 14 | type NoAuthAuthenticator struct{} |
| 15 | |
| 16 | // NewNoAuthAuthenticator creates a authless Authenticator |
| 17 | func NewNoAuthAuthenticator() Authenticator { |
nothing calls this directly
no outgoing calls
no test coverage detected