Documentation ¶
Index ¶
- func NewCmdDelete(ctx *cmd.Context, runF func(*DeleteOpts) error) *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 NewCmdUsers(ctx *cmd.Context) *cmd.Command
- type DeleteOpts
- type ListOpts
- type ReadOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDelete ¶
Types ¶
type DeleteOpts ¶
type DeleteOpts struct { Ctx context.Context IO iostreams.IOStreams Profile *profile.Profile ID string Client iam_service.ClientService }
type ListOpts ¶
type ListOpts struct { Ctx context.Context Profile *profile.Profile Output *format.Outputter Client iam_service.ClientService }
Click to show internal directories.
Click to hide internal directories.