We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ebfe8 commit 1d71903Copy full SHA for 1d71903
experimental/credentials/credentials_test.go
@@ -41,13 +41,6 @@ func Test(t *testing.T) {
41
grpctest.RunSubTests(t, s{})
42
}
43
44
-// A struct that implements AuthInfo interface but does not implement GetCommonAuthInfo() method.
45
-type testAuthInfoNoGetCommonAuthInfoMethod struct{}
46
-
47
-func (ta testAuthInfoNoGetCommonAuthInfoMethod) AuthType() string {
48
- return "testAuthInfoNoGetCommonAuthInfoMethod"
49
-}
50
51
// A struct that implements AuthInfo interface and implements CommonAuthInfo() method.
52
type testAuthInfo struct {
53
credentials.CommonAuthInfo
0 commit comments