|
Porytiles
|
A container that pairs a provider name with its LayerValue response. More...
#include <layer_value.hpp>
Public Attributes | |
| std::string | provider_name |
| LayerValue< T > | layer_value |
A container that pairs a provider name with its LayerValue response.
ProvenanceChainLink is used to represent one link in the provenance chain for a config value. It captures what a specific provider would return for a given configuration query. The full provenance chain shows what each provider in the priority-ordered list would return, useful for debugging configuration resolution.
| T | The type of the underlying config value |
Definition at line 134 of file layer_value.hpp.
| LayerValue<T> porytiles::ProvenanceChainLink< T >::layer_value |
Definition at line 136 of file layer_value.hpp.
| std::string porytiles::ProvenanceChainLink< T >::provider_name |
Definition at line 135 of file layer_value.hpp.