package
0.0.0-20230526121106-97c05dfd0517
Repository: https://github.com/ari1009/cloudvisual.git
Documentation: pkg.go.dev
# 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.