Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(param *Param, term Terminal, tokenManager TokenManager) *Controller
type PasswordReader ¶
type PasswordReader struct {
// contains filtered or unexported fields
}
func NewPasswordReader ¶
func NewPasswordReader(stdout io.Writer) *PasswordReader
func (*PasswordReader) ReadPassword ¶
func (p *PasswordReader) ReadPassword() ([]byte, error)
type TokenManager ¶
Click to show internal directories.
Click to hide internal directories.