# Functions
New takes a Builder that will be sent a Definition when the returned Handler receives request JSON POSTed to /environments/build, and uses the Builder to get status information for builds when it receives a GET request to /environments/status.
NewListener returns a listener that listens on the given URL.
# Interfaces
Builder interface describes anything that can Build() a singularity image given a build.Definition.
# Type aliases
No description provided by the author