Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelMakeUser ¶
type ModelMakeUser struct {
Width int
Height int
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelMakeUser ¶
func NewModelMakeUser(session *ssh.Session, mui *constant.MakeUserInput) (*ModelMakeUser, error)
func (ModelMakeUser) Init ¶
func (m ModelMakeUser) Init() tea.Cmd
func (ModelMakeUser) View ¶
func (m ModelMakeUser) View() string
Click to show internal directories.
Click to hide internal directories.