constants

package
v4.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WaitingIcon = ""
	FailureIcon = "󰅙"
	SuccessIcon = ""
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ClearTaskMsg

type ClearTaskMsg struct {
	TaskId string
}

type Dimensions

type Dimensions struct {
	Width  int
	Height int
}

type ErrMsg

type ErrMsg struct {
	Err error
}

func (ErrMsg) Error

func (e ErrMsg) Error() string

type InitMsg

type InitMsg struct {
	Config config.Config
}

type KeyMap

type KeyMap struct {
	Up            key.Binding
	Down          key.Binding
	FirstItem     key.Binding
	LastItem      key.Binding
	TogglePreview key.Binding
	OpenGithub    key.Binding
	Refresh       key.Binding
	PageDown      key.Binding
	PageUp        key.Binding
	NextSection   key.Binding
	PrevSection   key.Binding
	Help          key.Binding
	Quit          key.Binding
}

type TaskFinishedMsg

type TaskFinishedMsg struct {
	TaskId      string
	SectionId   int
	SectionType string
	Err         error
	Msg         tea.Msg
}

Jump to

Keyboard shortcuts

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