Documentation ¶
Index ¶
- func Back() key.Binding
- func CursorDown() key.Binding
- func CursorUp() key.Binding
- func GenerateOfflineAscii(_ string, url string) string
- func GoToEventPage() key.Binding
- func RefreshPage() key.Binding
- type EventList
- type EventViev
- func (m EventViev) Ascii() string
- func (m EventViev) Description() []string
- func (m EventViev) GetUpdatedAt() string
- func (m EventViev) ImageLink() string
- func (m EventViev) Init() tea.Cmd
- func (m EventViev) Refresh() tea.Cmd
- func (m EventViev) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m EventViev) View() string
- type EventViewKeymap
- type EventViewListItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CursorDown ¶
func GenerateOfflineAscii ¶
func GoToEventPage ¶
func RefreshPage ¶
Types ¶
type EventList ¶
type EventList struct { Quitting bool DataUpdated time.Time // contains filtered or unexported fields }
func NewEventsList ¶
func (EventList) GetUpdatedAt ¶
type EventViewKeymap ¶
type EventViewKeymap struct{}
func (EventViewKeymap) FullHelp ¶
func (m EventViewKeymap) FullHelp() [][]key.Binding
func (EventViewKeymap) ShortHelp ¶
func (m EventViewKeymap) ShortHelp() []key.Binding
type EventViewListItem ¶
func (EventViewListItem) Description ¶
func (i EventViewListItem) Description() string
func (EventViewListItem) FilterValue ¶
func (i EventViewListItem) FilterValue() string
func (EventViewListItem) Title ¶
func (i EventViewListItem) Title() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.