Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { // DoCommitGroup implements CommitGroup DoCommitGroup func(grp group.Spec, pretend bool) (string, error) // DoFreeGroup implements FreeGroup DoFreeGroup func(id group.ID) error // DoDescribeGroup implements DescribeGroup DoDescribeGroup func(id group.ID) (group.Description, error) // DoDestroyGroup implements DestroyGroup DoDestroyGroup func(id group.ID) error // DoInspectGroups implements InspectGroups DoInspectGroups func() ([]group.Spec, error) }
Plugin implements group.Plugin
func (*Plugin) CommitGroup ¶
CommitGroup commits spec for a group
func (*Plugin) DescribeGroup ¶
DescribeGroup describes members of the group
func (*Plugin) DestroyGroup ¶
DestroyGroup destroys all members of the group
Click to show internal directories.
Click to hide internal directories.