# README
Static Resolver
The static resolver is constructed with a compiled-in (statically linked) list of controller factories.
# Functions
NewConfigCtor builds a new configuration constructor.
NewResolver constructs a new resolver.
# Constants
ResolverID is the resolver identifier.
# Variables
Version is the resolver version.
# Structs
ConfigCtor implements config.Constructor.
Resolver implements the controller resolver using a list of built-in controller implementations.