Documentation
¶
Overview ¶
Package internal implements the workflow-plugin-compute-service 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-compute-service/internal.Version=X.Y.Z".
Functions ¶
func NewPlugin ¶
func NewPlugin() sdk.PluginProvider
NewPlugin returns a new plugin instance. main.go calls sdk.Serve(NewPlugin()).
Types ¶
type ComputeServicePlugin ¶
type ComputeServicePlugin struct{}
ComputeServicePlugin exposes service/node-service runtime adapter metadata.
func (*ComputeServicePlugin) Manifest ¶
func (p *ComputeServicePlugin) Manifest() sdk.PluginManifest
Manifest returns plugin metadata used by the workflow engine for discovery.
Click to show internal directories.
Click to hide internal directories.