Documentation
¶
Overview ¶
Package internal implements the workflow-plugin-crypto plugin.
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-crypto/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 NewPlugin ¶
func NewPlugin() sdk.PluginProvider
NewPlugin returns a new plugin instance. main.go calls sdk.Serve(NewPlugin()).
Types ¶
type CryptoPlugin ¶
type CryptoPlugin struct{}
CryptoPlugin exposes crypto network provider catalog metadata.
func (*CryptoPlugin) Manifest ¶
func (p *CryptoPlugin) Manifest() sdk.PluginManifest
Manifest returns the plugin metadata used by the workflow engine for discovery and capability negotiation.
Click to show internal directories.
Click to hide internal directories.