# Functions
CheckDependencies determines if provided dependencies are available.
InstallDependencies makes sure to install provided dependencies and return if all installing all dependencies were successful.
# Variables
Docker describes the docker dependency.
ExternalDependencies define the external app dependencies needed to fullfill all automation tasks.
Golint describes the golint dependency.
Htmltest describes the htmltest dependency.
Hugo describes the hugo dependency.
Yamllint describes the yamllint dependency.
# Structs
Dependency encapsulates attributes of a depending application.
# Interfaces
Installable describes something that can be installed.