Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgAppendToMyRecentList ¶
type MsgAppendToMyRecentList struct {
Ok *mal.UserAnimePage
Err error
}
type MsgLoadedMyRecentAnimeList ¶
type MsgLoadedMyRecentAnimeList struct {
List *mal.UserAnimePage
}
type MsgUpdatedMyRecentAnimeList ¶
type MsgUpdatedMyRecentAnimeList struct {
Ok *mal.AnimeUpdateResponse
List *mal.UserAnime
Err error
}
type RecentModel ¶
type RecentModel struct {
// contains filtered or unexported fields
}
func New ¶
func New(client *mal.Client) *RecentModel
func (*RecentModel) Init ¶
func (m *RecentModel) Init() tea.Cmd
func (*RecentModel) SetStatusLine ¶
func (recent *RecentModel) SetStatusLine(sl *status.StatusModel)
func (*RecentModel) View ¶
func (m *RecentModel) View(buf io.Writer)
Click to show internal directories.
Click to hide internal directories.