testAuthInfo implements credentials.AuthInfo for testing.
| 191 | |
| 192 | // testAuthInfo implements credentials.AuthInfo for testing. |
| 193 | type testAuthInfo struct { |
| 194 | secLevel credentials.SecurityLevel |
| 195 | } |
| 196 | |
| 197 | func (t *testAuthInfo) AuthType() string { |
| 198 | return "test" |
nothing calls this directly
no outgoing calls
no test coverage detected