# Functions
ReadFromFile accepts an unsanitized path to a Bobfile and returns the decoded UnitConfig.
# Structs
ConfigGlobals are the global values that may be set with SetGlobals.
ContainerSection is a struct representation of an individual member of the "containers"
section of a Builderfile.
Docker is a struct representation of the "docker" section of a Builderfile.
UnitConfig is a struct representation of what is expected to be inside a
Builderfile for a single build/tag/push sequence.
# Type aliases
Encoding is a constant that represents the config format of a file that is expected to contain an encoded unit-config.