remove a TODO which is not needed
This commit is contained in:
@ -99,8 +99,6 @@ type tlsCreds struct {
|
|||||||
|
|
||||||
// GetRequestMetadata returns nil, nil since TLS credentials does not have
|
// GetRequestMetadata returns nil, nil since TLS credentials does not have
|
||||||
// metadata.
|
// metadata.
|
||||||
// TODO(zhaoq): Define the set of the qualified keys instead of leaving it as an
|
|
||||||
// arbitrary string.
|
|
||||||
func (c *tlsCreds) GetRequestMetadata(ctx context.Context) (map[string]string, error) {
|
func (c *tlsCreds) GetRequestMetadata(ctx context.Context) (map[string]string, error) {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user