| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This package is not in the latest version of its module.
Go to latest Published: Jan 19, 2023 License: Apache-2.0The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Modules with tagged versions give importers more predictable builds.
When a project reaches major version v1 it is considered stable.
This section is empty.
This section is empty.
This section is empty.
type Github struct {
Repo string `json:"repo" yaml:"repo"`
Branch string `json:"branch" yaml:"branch"`
}
Github contains the details of a github repo for the purpose of downloading
type Meta struct {
DeployStack deploystack.Config
Terraform gcloudtf.Blocks `json:"terraform" yaml:"terraform"`
Github Github `json:"github" yaml:"github"`
LocalPath string `json:"localpath" yaml:"localpath"`
}
Meta is a datastructure that combines the Deploystack, github and Terraform bits of metadata about a stack.
NewMeta downloads a github repo and parses the DeployStack and Terraform information from the stack.
NewMetaFromLocal allows project to point at local directories for info as well as pulling down from github
ShortNameUnderscore retrieves the shortname of whatever we are calling this stack replacing hyphens with underscores
| Back | FazBrowse Home | New Git URL |