Documentation
¶
Index ¶
- func SetupDebugFile(dst string) (err error)
- type ATCDashboard
- type AirwayListView
- type Commands
- type ExecMsg
- type FlightListView
- type GetAirwayListResult
- type GetFlightListResult
- type GetResourcesResult
- type Header
- type HeaderActionItem
- type HeaderActionItems
- type MakeResourcesViewParams
- type Nav
- type PrevRef
- type ReadyResource
- type RefreshConfig
- type ResourceRef
- type ResourcesView
- type TableDataMsg
- type TableView
- type YamlResult
- type YamlView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupDebugFile ¶ added in v0.6.6
Types ¶
type ATCDashboard ¶
func (ATCDashboard) Init ¶
func (dashboard ATCDashboard) Init() tea.Cmd
func (ATCDashboard) View ¶
func (dashboard ATCDashboard) View() string
type AirwayListView ¶
func MakeAirwayListView ¶
func MakeAirwayListView(dim tea.WindowSizeMsg) AirwayListView
func (AirwayListView) View ¶
func (view AirwayListView) View() string
type FlightListView ¶
func MakeFlightListView ¶
func MakeFlightListView(title string, refresh *RefreshConfig, dim tea.WindowSizeMsg) FlightListView
func (FlightListView) View ¶
func (view FlightListView) View() string
type GetAirwayListResult ¶
type GetFlightListResult ¶
type GetFlightListResult *unstructured.UnstructuredList
type GetResourcesResult ¶ added in v0.6.7
type GetResourcesResult []ReadyResource
type HeaderActionItem ¶
type HeaderActionItems ¶
type HeaderActionItems []HeaderActionItem
func (HeaderActionItems) String ¶
func (items HeaderActionItems) String() string
type MakeResourcesViewParams ¶ added in v0.6.7
type MakeResourcesViewParams struct { Dim tea.WindowSizeMsg Flight unstructured.Unstructured Prev PrevRef }
type PrevRef ¶ added in v0.6.7
type PrevRef struct { Title string Refresh *RefreshConfig }
type ReadyResource ¶
type ReadyResource struct { Ready *bool *unstructured.Unstructured }
type RefreshConfig ¶ added in v0.6.7
type ResourcesView ¶ added in v0.6.7
func MakeResourcesView ¶ added in v0.6.7
func MakeResourcesView(params MakeResourcesViewParams) ResourcesView
type TableDataMsg ¶
type TableDataMsg[T any] []T
type TableView ¶
type YamlResult ¶
type YamlResult string
Click to show internal directories.
Click to hide internal directories.