# Constants

Assemble is the name of the script responsible for build process of the resulting image.
DefaultScripts is the location of scripts downloaded from default location (STI_SCRIPTS_URL environment variable).
Environment contains list of key value pairs that will be set during the STI build.
Run is the name of the script responsible for running the final application.
SaveArtifacts is the name of the script responsible for storing dependencies etc.
Source is the location of application sources.
SourceScripts is the location of scripts downloaded with application sources.
UploadScripts is the location of scripts that will be uploaded to the image during STI build.
Usage is the name of the script responsible for printing the builder image's short info.
UserScripts is the location of scripts downloaded from user provided URL (-s flag).

# Structs

DockerConfig contains the configuration for a Docker connection.
InstallResult structure describes the result of install operation.
Request contains essential fields for any request.
Result structure contains information from build process.