Documentation
¶
Index ¶
Constants ¶
View Source
const ( YELLOW = "\033[33m" RED = "\033[31m" ITALIC = "\033[3m" DIM = "\033[2m" RESET = "\033[0m" )
View Source
const ( Gray = "240" White = "15" Green = "2" Orange = "214" Red = "9" BorderColor = Gray SelectedForeground = White SelectedBackground = "#006ab3" // SNCB blue )
Variables ¶
View Source
var DetailsBoxStyle = lipgloss.NewStyle().Padding(1)
Functions ¶
func CalculateHumanRelativeTime ¶
func CalculateHumanRelativeTime(t timeable) string
func RenderTable ¶
Types ¶
type Data ¶
type Data interface { api.Connection | api.TimetableDeparture | api.Issue }
Click to show internal directories.
Click to hide internal directories.