fix a comment
This commit is contained in:
@ -65,7 +65,8 @@ type Credentials interface {
|
|||||||
// TODO(zhaoq): Define the set of the qualified keys instead of leaving
|
// TODO(zhaoq): Define the set of the qualified keys instead of leaving
|
||||||
// it as an arbitrary string.
|
// it as an arbitrary string.
|
||||||
GetRequestMetadata(ctx context.Context) (map[string]string, error)
|
GetRequestMetadata(ctx context.Context) (map[string]string, error)
|
||||||
// RequireTransport indicates whether the credentails requires transport security.
|
// RequireTransportSecurity indicates whether the credentails requires
|
||||||
|
// transport security.
|
||||||
RequireTransportSecurity() bool
|
RequireTransportSecurity() bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user