updateprofile

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	Width  int
	Height int

	Profile UpdateProfileDetails
	// contains filtered or unexported fields
}

func InitialModel

func InitialModel() Model

func (*Model) SetProfile

func (m *Model) SetProfile(profile UpdateProfileDetails)

func (Model) SetWH

func (m Model) SetWH(width int, height int) Model

func (Model) Update

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

func (Model) View

func (m Model) View() string

type UpdateProfileDetails

type UpdateProfileDetails struct {
	Id      int
	GroupId int
	Name    string
}

Jump to

Keyboard shortcuts

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