Skip to content

Commit f8a2089

Browse files
remove experimental api comment on ValueFromIncomingContext metadata function
1 parent f199062 commit f8a2089

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

metadata/metadata.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,6 @@ func FromIncomingContext(ctx context.Context) (MD, bool) {
219219
// ValueFromIncomingContext returns the metadata value corresponding to the metadata
220220
// key from the incoming metadata if it exists. Keys are matched in a case insensitive
221221
// manner.
222-
//
223-
// # Experimental
224-
//
225-
// Notice: This API is EXPERIMENTAL and may be changed or removed in a
226-
// later release.
227222
func ValueFromIncomingContext(ctx context.Context, key string) []string {
228223
md, ok := ctx.Value(mdIncomingKey{}).(MD)
229224
if !ok {

0 commit comments

Comments
 (0)