Documentation ¶
Overview ¶
Package refreshassociation implements the refreshassociation plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin is the type for the refreshassociation plugin.
func (*Plugin) Execute ¶
func (p *Plugin) Execute(config contracts.Configuration, cancelFlag task.CancelFlag, output iohandler.IOHandler)
type RefreshAssociationPluginInput ¶
type RefreshAssociationPluginInput struct { contracts.PluginInput ID string AssociationIds []string }
RefreshAssociationPluginInput represents one set of commands executed by the refreshassociation plugin.
Click to show internal directories.
Click to hide internal directories.