Documentation ¶
Index ¶
- func BuildDisplayCmd(msg string) tea.Cmd
- func BuildFinishRenderToExportCmd(msg FinishRenderToExportMsg) tea.Cmd
- func BuildLospecRequestCmd(msg LospecRequestMsg) tea.Cmd
- func BuildLospecResponseCmd(msg LospecResponseMsg) tea.Cmd
- func BuildStartExportCmd(msg StartExportMsg) tea.Cmd
- func ClearDisplayCmd() tea.Msg
- func FinishExportingCmd() tea.Msg
- func InitKeyMap()
- func StartAdaptingCmd() tea.Msg
- func StartRenderToExportCmd() tea.Msg
- func StartRenderToViewCmd() tea.Msg
- type DisplayMsg
- type FinishAdaptingMsg
- type FinishExportMsg
- type FinishRenderToExportMsg
- type FinishRenderToViewMsg
- type LospecData
- type LospecRequestMsg
- type LospecResponseMsg
- type Map
- type StartAdaptingMsg
- type StartExportMsg
- type StartRenderToExportMsg
- type StartRenderToViewMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDisplayCmd ¶
func BuildFinishRenderToExportCmd ¶
func BuildFinishRenderToExportCmd(msg FinishRenderToExportMsg) tea.Cmd
func BuildLospecRequestCmd ¶
func BuildLospecRequestCmd(msg LospecRequestMsg) tea.Cmd
func BuildLospecResponseCmd ¶
func BuildLospecResponseCmd(msg LospecResponseMsg) tea.Cmd
func BuildStartExportCmd ¶
func BuildStartExportCmd(msg StartExportMsg) tea.Cmd
func ClearDisplayCmd ¶
func FinishExportingCmd ¶
func InitKeyMap ¶
func InitKeyMap()
func StartAdaptingCmd ¶
func StartRenderToExportCmd ¶
func StartRenderToViewCmd ¶
Types ¶
type DisplayMsg ¶
type DisplayMsg string
DisplayMsg could eventually contain a type that indicates what style to use (warning, error, etc.)
type FinishAdaptingMsg ¶
type FinishExportMsg ¶
type FinishExportMsg bool
type FinishRenderToExportMsg ¶
type FinishRenderToViewMsg ¶
type LospecData ¶
type LospecRequestMsg ¶
LospecRequestMsg is a url request used to get a list of
type LospecResponseMsg ¶
type LospecResponseMsg struct { ID int Page int Data LospecData }
type Map ¶
type Map struct { Enter key.Binding Right key.Binding Left key.Binding Up key.Binding Down key.Binding Copy key.Binding Save key.Binding Esc key.Binding }
var KeyMap Map
type StartAdaptingMsg ¶
type StartAdaptingMsg bool
type StartExportMsg ¶
type StartRenderToExportMsg ¶
type StartRenderToExportMsg bool
type StartRenderToViewMsg ¶
type StartRenderToViewMsg bool
Click to show internal directories.
Click to hide internal directories.