Documentation ¶
Index ¶
- Constants
- type InviteCommand
- func (ic *InviteCommand) CommandName() string
- func (ic *InviteCommand) Run() (err error)
- func (ic *InviteCommand) ServerDetails() (*config.ServerDetails, error)
- func (ic *InviteCommand) SetInvitedEmail(invitedEmail string) *InviteCommand
- func (ic *InviteCommand) SetServerDetails(serverDetails *config.ServerDetails) *InviteCommand
Constants ¶
View Source
const InviteCliSourceName = "cli"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InviteCommand ¶
type InviteCommand struct {
// contains filtered or unexported fields
}
func NewInviteCommand ¶
func NewInviteCommand() *InviteCommand
func (*InviteCommand) CommandName ¶
func (ic *InviteCommand) CommandName() string
func (*InviteCommand) Run ¶
func (ic *InviteCommand) Run() (err error)
func (*InviteCommand) ServerDetails ¶
func (ic *InviteCommand) ServerDetails() (*config.ServerDetails, error)
func (*InviteCommand) SetInvitedEmail ¶
func (ic *InviteCommand) SetInvitedEmail(invitedEmail string) *InviteCommand
func (*InviteCommand) SetServerDetails ¶
func (ic *InviteCommand) SetServerDetails(serverDetails *config.ServerDetails) *InviteCommand
Click to show internal directories.
Click to hide internal directories.