user

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2025 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelAdministrateUser added in v0.3.0

type ModelAdministrateUser struct {
	Width   int
	Height  int
	Session *ssh.Session
	// contains filtered or unexported fields
}

func NewModelModelAdministrateUser added in v0.3.0

func NewModelModelAdministrateUser(session *ssh.Session, mui *constant.MakeAdministrateUserInput) (*ModelAdministrateUser, error)

func (ModelAdministrateUser) Init added in v0.3.0

func (m ModelAdministrateUser) Init() tea.Cmd

func (ModelAdministrateUser) Update added in v0.3.0

func (m ModelAdministrateUser) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (ModelAdministrateUser) View added in v0.3.0

func (m ModelAdministrateUser) View() string

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) Update

func (m ModelMakeUser) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (ModelMakeUser) View

func (m ModelMakeUser) View() string

type UserSelection added in v0.3.0

type UserSelection struct {
	Id       string
	Username string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL