Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
Entity is what we resolve toggles against. It contains any and all fields currently used to resolve the set of toggles applied to the agentbakersvc instance.
func NewEntityFromEnvironmentInfo ¶
func NewEntityFromEnvironmentInfo(envInfo *datamodel.EnvironmentInfo) *Entity
NewEntityFromEnvironmentInfo constructs and returns a new Entity populated with fields from the specified EnvironmentInfo.
func NewEntityFromNodeBootstrappingConfiguration ¶
func NewEntityFromNodeBootstrappingConfiguration(nbc *datamodel.NodeBootstrappingConfiguration) *Entity
NewEntityFromNodeBootstrappingConfiguration constructs and returns a new Entity with fields from the specified NodeBootstrappingConfiguration.
type StringToggle ¶
StringToggle is a toggle which resolves a string against a specified Entity.
Click to show internal directories.
Click to hide internal directories.