Skip to content

Commit e8ad657

Browse files
authored
credentials: Remove TODO from public godoc (#8589)
The TODO comment with a Github user's name shows up in the [public godoc](https://pkg.go.dev/google.golang.org/[email protected]/credentials#PerRPCCredentials). Since this is a stable API, changing it now doesn't seem feasible, so this change removes it completely. RELEASE NOTES: N/A
1 parent 5ccc418 commit e8ad657

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

credentials/credentials.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ type PerRPCCredentials interface {
4444
// A54). uri is the URI of the entry point for the request. When supported
4545
// by the underlying implementation, ctx can be used for timeout and
4646
// cancellation. Additionally, RequestInfo data will be available via ctx
47-
// to this call. TODO(zhaoq): Define the set of the qualified keys instead
48-
// of leaving it as an arbitrary string.
47+
// to this call.
4948
GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, error)
5049
// RequireTransportSecurity indicates whether the credentials requires
5150
// transport security.

0 commit comments

Comments
 (0)