# 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.

# Structs

A Request object contains all of the information required to build an environment.
No description provided by the author

# Interfaces

Builder interface describes anything that can Build() a singularity image given a build.Definition.

# Type aliases

No description provided by the author