model

package
v0.0.0-...-83d9457 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InitModelMap = make(map[string]Model)

Functions

This section is empty.

Types

type Model

type Model interface {
	// bubbletea
	Init() tea.Cmd
	Update(msg tea.Msg) (tea.Model, tea.Cmd)
	View() string

	Next() (Model, tea.Cmd)
	SetPreModel(model Model)
}

Directories

Path Synopsis
secretstore

Jump to

Keyboard shortcuts

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