initui

package
v0.3.0-beta Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAborted = fmt.Errorf("init input aborted")

Functions

func CollectInitParameters

func CollectInitParameters(name, dbType, connString string) (string, string, string, error)

Types

type InitInputModel

type InitInputModel struct {
	// contains filtered or unexported fields
}

func NewInitInputModel

func NewInitInputModel(name, dbType, connString string) InitInputModel

func (InitInputModel) GetConnString

func (m InitInputModel) GetConnString() string

func (InitInputModel) GetDBType

func (m InitInputModel) GetDBType() string

func (InitInputModel) GetName

func (m InitInputModel) GetName() string

func (InitInputModel) Init

func (m InitInputModel) Init() tea.Cmd

func (InitInputModel) Update

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

func (InitInputModel) View

func (m InitInputModel) View() string

func (InitInputModel) WasAborted

func (m InitInputModel) WasAborted() bool

Jump to

Keyboard shortcuts

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