# Functions
AllEnvironments returns a slice of all environments on this server.
DoesExist checks if the environment in question exists or not.
Get an environment.
GetList gets a list of all environments on this server.
GetMulti gets multiple environmets from a given slice of environment names.
MakeDefaultEnvironment creates the default environment on startup.
New creates a new environment, returning an error if the environment already exists or you try to create an environment named "_default".
NewFromJSON creates a new environment from JSON uploaded to the server.
# Structs
ChefEnvironment is a collection of attributes and cookbook versions for organizing how nodes are deployed.