Documentation ¶
Index ¶
- type ATCDashboard
- type AirwayListView
- type Commands
- type ExecMsg
- type FlightListView
- type GetAirwayListResult
- type GetFlightListResult
- type GetRevisionResult
- type Header
- type HeaderActionItem
- type HeaderActionItems
- type Nav
- type ReadyResource
- type ResourceRef
- type RevisionView
- type TableDataMsg
- type TableView
- type YamlResult
- type YamlView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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(dim tea.WindowSizeMsg) FlightListView
func (FlightListView) View ¶
func (view FlightListView) View() string
type GetAirwayListResult ¶
type GetFlightListResult ¶
type GetFlightListResult *unstructured.UnstructuredList
type GetRevisionResult ¶
type GetRevisionResult []ReadyResource
type HeaderActionItem ¶
type HeaderActionItems ¶
type HeaderActionItems []HeaderActionItem
func (HeaderActionItems) String ¶
func (items HeaderActionItems) String() string
type ReadyResource ¶
type ReadyResource struct { Ready *bool *unstructured.Unstructured }
type RevisionView ¶
func MakeRevisionView ¶
func MakeRevisionView(dim tea.WindowSizeMsg, flight unstructured.Unstructured) RevisionView
type TableDataMsg ¶
type TableDataMsg[T any] []T
type TableView ¶
type YamlResult ¶
type YamlResult string
Click to show internal directories.
Click to hide internal directories.