Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { // DoCommit implements Commit. DoCommit func(spec resource.Spec, pretend bool) (string, error) // DoDestroy implements Destroy. DoDestroy func(spec resource.Spec, pretend bool) (string, error) // DoDescribeResources implements DescribeResources. DoDescribeResources func(spec resource.Spec) (string, error) }
Plugin implements resource.Plugin.
func (*Plugin) DescribeResources ¶
DescribeResources describes the resources in the spec that exist.
Click to show internal directories.
Click to hide internal directories.