Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Colors = colors{
Grey: "#808080",
Purple: "#CC00CC",
}
View Source
var Keys = KeyMap{ Up: key.NewBinding( key.WithKeys("up", "k"), key.WithHelp("↑/k", "up "), ), Down: key.NewBinding( key.WithKeys("down", "j"), key.WithHelp("↓/j", "down "), ), Help: key.NewBinding( key.WithKeys("?"), key.WithHelp("?", "help "), ), Quit: key.NewBinding( key.WithKeys("ctrl+c"), key.WithHelp("ctrl+c", "quit "), ), Enter: key.NewBinding( key.WithKeys("enter"), key.WithHelp("↵", "confirm "), ), Escape: key.NewBinding( key.WithKeys("esc"), key.WithHelp("esc", "back "), ), Tab: key.NewBinding( key.WithKeys("tab"), key.WithHelp("tab", "next "), ), ShiftTab: key.NewBinding( key.WithKeys("shift+tab"), key.WithHelp("shift+tab", "prev "), ), }
View Source
var ResourceIDs = resourceIDs{
CreateAppSyncDataSource: "create_app_sync_data_source",
CreateAppSyncAPI: "create_app_sync_api",
}
View Source
var ResourceNames = map[string]string{ ResourceIDs.CreateAppSyncDataSource: "Create data source", ResourceIDs.CreateAppSyncAPI: "Create API", }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.