Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LocalServicesKeys = keyMap{ Up: key.NewBinding( key.WithKeys("up"), key.WithHelp("↑", "scroll table up"), ), Down: key.NewBinding( key.WithKeys("down"), key.WithHelp("↓", "scroll table down"), ), Quit: key.NewBinding( key.WithKeys("esc", "ctrl+c"), key.WithHelp("esc", "quit"), ), }
Functions ¶
This section is empty.
Types ¶
type ErrorMessage ¶
type ErrorMessage struct {
Error error
}
type FunctionsReadyMessage ¶
type FunctionsReadyMessage struct {
LocalServices run.LocalServices
Functions []*run.Function
}
type FunctionsStartedMessage ¶
type FunctionsStartedMessage struct{}
type Model ¶
type Model struct {
Ready FunctionsReadyMessage
StackState *run.RunStackState
Error error
Warnings []string
// contains filtered or unexported fields
}
type QuitMessage ¶
type QuitMessage struct{}
type StackUpdateMessage ¶
type StackUpdateMessage struct {
StackState *run.RunStackState
}
type StartingFunctionsMessage ¶
type StartingFunctionsMessage struct{}
type WarningMessage ¶
type WarningMessage struct {
Warning string
}
Click to show internal directories.
Click to hide internal directories.