Expand description
Management of meta fields
Structs§
- Legacy
Meta Source - Legacy non-meta module config source uses client config meta and meta_override_url meta field.
- Meta
Service - Service for managing the caching of meta fields.
- Meta
Value - Meta
Values
Enums§
Traits§
Functions§
- fetch_
meta_ overrides - parse_
meta_ value_ static - Tries to parse
str_value
as JSON. In the special case thatV
isString
we return the rawstr_value
if JSON parsing fails. This necessary since the spec wasn’t clear enough in the beginning.