Documentation
¶
Overview ¶
Package internal implements the workflow-plugin-infra external plugin, providing abstract infra.* module types that delegate to an IaC provider, plus the infra.admin module type that serves the infrastructure management SPA.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "0.0.0"
Version is set at build time via -ldflags "-X github.com/GoCodeAlone/workflow-plugin-infra/internal.Version=X.Y.Z". Default is a bare semver so plugin loaders that validate semver accept unreleased dev builds; goreleaser overrides with the real release tag.
Functions ¶
func NewInfraPlugin ¶
func NewInfraPlugin() sdk.PluginProvider
NewInfraPlugin returns a new infraPlugin instance.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.