entity

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdModel

type CmdModel struct {
	Content            string
	Cursor             int
	Ready              bool
	Selected           string
	RowChosen          string
	Viewport           viewport.Model
	Start              int
	End                int
	PageTotal          int
	Pagination         *paginator.Model
	Count              *int
	Fcount             int
	ActiveSyncScreen   bool
	ActiveFinderScreen bool
	StatusSyncScreen   bool
	Finder             textinput.Model
	FinderFilter       string
	Store              []Commands
	HomeKeys           helper.Keymap
	FinderKeys         helper.Keymap
	SyncKeys           helper.Keymap
	Help               help.Model
	Spinner            spinner.Model
}

type Commands

type Commands struct {
	gorm.Model
	Cmd  string `gorm:"uniqueIndex"`
	Desc string
}

Jump to

Keyboard shortcuts

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