testAuthInfo implements credentials.AuthInfo for testing.
| 133 | |
| 134 | // testAuthInfo implements credentials.AuthInfo for testing. |
| 135 | type testAuthInfo struct { |
| 136 | secLevel credentials.SecurityLevel |
| 137 | } |
| 138 | |
| 139 | func (t *testAuthInfo) AuthType() string { |
| 140 | return "test" |
nothing calls this directly
no outgoing calls
no test coverage detected