Skip to content

Commit

Permalink
remove experimental api comment on ValueFromIncomingContext metadata …
Browse files Browse the repository at this point in the history
…function
  • Loading branch information
KarthikReddyPuli committed Jun 30, 2024
1 parent f199062 commit f8a2089
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,6 @@ func FromIncomingContext(ctx context.Context) (MD, bool) {
// ValueFromIncomingContext returns the metadata value corresponding to the metadata
// key from the incoming metadata if it exists. Keys are matched in a case insensitive
// manner.
//
// # Experimental
//
// Notice: This API is EXPERIMENTAL and may be changed or removed in a
// later release.
func ValueFromIncomingContext(ctx context.Context, key string) []string {
md, ok := ctx.Value(mdIncomingKey{}).(MD)
if !ok {
Expand Down

0 comments on commit f8a2089

Please # to comment.