Documentation
¶
Overview ¶
Package internal implements the workflow-plugin-infra external plugin, providing the plugin-owned infra.* module types (infra.http_redirect and infra.admin). The generic infra.* resource types are owned by the workflow engine (>= v0.80.17) via its NewInfraModuleFactory; this plugin no longer re-declares them.
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.