Documentation
¶
Index ¶
- func NewCmdCreate(ctx *cmd.Context, runF func(*CreateOpts) error) *cmd.Command
- func NewCmdDelete(ctx *cmd.Context, runF func(*DeleteOpts) error) *cmd.Command
- func NewCmdGroups(ctx *cmd.Context) *cmd.Command
- func NewCmdList(ctx *cmd.Context, runF func(*ListOpts) error) *cmd.Command
- func NewCmdRead(ctx *cmd.Context, runF func(*ReadOpts) error) *cmd.Command
- func NewCmdUpdate(ctx *cmd.Context, runF func(*UpdateOpts) error) *cmd.Command
- type CreateOpts
- type DeleteOpts
- type ListOpts
- type ReadOpts
- type UpdateOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶
func NewCmdDelete ¶
func NewCmdUpdate ¶ added in v0.2.0
Types ¶
type CreateOpts ¶
type DeleteOpts ¶
type DeleteOpts struct {
Ctx context.Context
IO iostreams.IOStreams
Profile *profile.Profile
Name string
Client groups_service.ClientService
}
type ListOpts ¶
type ListOpts struct {
Ctx context.Context
Profile *profile.Profile
IO iostreams.IOStreams
Output *format.Outputter
Client groups_service.ClientService
}
type ReadOpts ¶
type ReadOpts struct {
Ctx context.Context
Profile *profile.Profile
Output *format.Outputter
Name string
Client groups_service.ClientService
}
type UpdateOpts ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.