participantgroup

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateCommand added in v1.0.0

func NewCreateCommand(commandName string, client client.API, w io.Writer) *cobra.Command

NewCreateCommand creates a new command for creating a participant group.

func NewListCommand

func NewListCommand(commandName string, c client.API, w io.Writer) *cobra.Command

NewListCommand creates a new command to deal with participant groups

func NewParticipantCommand

func NewParticipantCommand(client client.API, w io.Writer) *cobra.Command

NewParticipantCommand creates a new `participant` command

func NewRemoveCommand added in v1.0.0

func NewRemoveCommand(commandName string, client client.API, w io.Writer) *cobra.Command

NewRemoveCommand creates a new command for removing participants from a participant group.

func NewViewCommand

func NewViewCommand(commandName string, client client.API, w io.Writer) *cobra.Command

NewViewCommand creates a new command to show 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

type ListOptions struct {
	Args        []string
	WorkspaceID string
	Limit       int
	Offset      int
}

ListOptions is the options for the listing participant groups command.

type RemoveOptions added in v1.0.0

type RemoveOptions struct {
	Args           []string
	ParticipantIDs []string
	File           string
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL