Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { List listCmd `cmd:"" help:"List users of an organization."` Invite inviteCmd `cmd:"" help:"Invite a user to the organization."` Remove removeCmd `cmd:"" help:"Remove a member from the organization."` }
Cmd contains commands for managing organization users.
type Member ¶
type Member struct { Member organizations.Member Invite organizations.Invite }
Click to show internal directories.
Click to hide internal directories.