# Functions
BuildDotFile builds a GraphViz .dot file from a Google Cloud Build configuration.
LoadCloudBuildConfig looks for the Cloud Build configuration file (currently only YAML is supported) and returns a CloudBuildConfig.
# Structs
CloudBuildConfig contains the parts of the Cloud Build configuration schema that are relevant for generating the steps graph.
Step contains the parts of a single build step within a Cloud Build configuration that are relevant for generating the steps graph.