package
0.2.2
Repository: https://github.com/sylphon/builder-core.git
Documentation: pkg.go.dev

# Functions

ReadFromFile accepts an unsanitized path to a Bobfile and returns the decoded UnitConfig.

# Constants

JSON is for files encoded in JSON (or ending in .json).
TOML is for files encoded with TOML (or ending in .toml).
YAML is for files encoded in YAML (or ending in .yml or .yaml).

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