Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandImplementation ¶
type CommandImplementation struct{}
func NewCommandImplementation ¶
func NewCommandImplementation() *CommandImplementation
func (*CommandImplementation) GetLoginPrompt ¶
func (c *CommandImplementation) GetLoginPrompt() string
func (*CommandImplementation) IsLoggedIn ¶
func (c *CommandImplementation) IsLoggedIn() bool
func (*CommandImplementation) Login ¶
func (c *CommandImplementation) Login(params api.LoginParams) error
func (*CommandImplementation) Logout ¶
func (c *CommandImplementation) Logout() error
Click to show internal directories.
Click to hide internal directories.