Documentation
¶
Index ¶
- func NewCreateCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- func NewListCommand(commandName string, c client.API, w io.Writer) *cobra.Command
- func NewParticipantCommand(client client.API, w io.Writer) *cobra.Command
- func NewRemoveCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- func NewViewCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- type CreateOptions
- type ListOptions
- type RemoveOptions
- type ViewOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶ added in v1.0.0
NewCreateCommand creates a new command for creating a participant group.
func NewListCommand ¶
NewListCommand creates a new command to deal with participant groups
func NewParticipantCommand ¶
NewParticipantCommand creates a new `participant` command
func NewRemoveCommand ¶ added in v1.0.0
NewRemoveCommand creates a new command for removing participants from a participant group.
Types ¶
type CreateOptions ¶ added in v1.0.0
type CreateOptions struct {
Args []string
Name string
WorkspaceID string
Description string
ParticipantIDs []string
}
CreateOptions are the options to be able to create a participant group.
type ListOptions ¶
ListOptions is the options for the listing participant groups command.
type RemoveOptions ¶ added in v1.0.0
RemoveOptions are the options for removing participants from a group.
type ViewOptions ¶
type ViewOptions struct {
Args []string
}
ViewOptions is the options for the detail view of a participant group command.
Click to show internal directories.
Click to hide internal directories.