We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427f7dd commit dd4096bCopy full SHA for dd4096b
config/mapprovider.go
@@ -81,9 +81,9 @@ type ChangeEvent struct {
81
82
// Retrieved holds the result of a call to the Retrieve method of a Provider object.
83
type Retrieved struct {
84
- // Deprecated: Use NewRetrievedFromMap to initialize, and Retrieved.MergeTo to access.
+ // Deprecated: [v0.50.0] Use NewRetrievedFromMap to initialize, and Retrieved.AsMap to access.
85
*Map
86
- // Deprecated: Use NewRetrievedFromMap to initialize, and Retrieved.Close to access.
+ // Deprecated: [v0.50.0] Use NewRetrievedFromMap to initialize, and Retrieved.Close to access.
87
CloseFunc
88
}
89
0 commit comments