# Functions
No description provided by the author
NewProjectRouter creates a new router which is ready to accept commands.
# Structs
An EnvironmentManager manages the opening, modification, and closing of connections to LaunchDarkly environments for a particular LaunchDarkly project.
ProjectRouter is responsible for accepting commands relating to the creation, destruction, or modification of environments and filters, and then forwarding them to a ProjectManager based on the environment/filter's project key.
# Interfaces
AutoConfigActions represents all possible concrete actions that may occur based on autoconfig messages.
No description provided by the author