Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { output.Outputer *authentication.Auth prompt.Prompter Cfg keypairs.Configurable }
type AuthParams ¶
type Logout ¶
type Logout struct { output.Outputer *authentication.Auth Cfg keypairs.Configurable }
type Signup ¶
type Signup struct { output.Outputer prompt.Prompter keypairs.Configurable *authentication.Auth }
func (*Signup) Run ¶
func (s *Signup) Run(params *SignupParams) error
type SignupParams ¶
type SignupParams struct {
Prompt bool
}
Click to show internal directories.
Click to hide internal directories.