Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryOnDetailPage ¶
type EntryOnDetailPage struct {
InputState *InputState
}
type EntryView ¶
type EntryView struct {
Data *LogEntry
DetailPage *EntryOnDetailPage
Notes []*NoteView
}
type InputState ¶
type LogEntry ¶
type LogEntry struct {
ID int64 `json:"id"`
Text string `json:"text"`
Done bool `json:"done"`
CreateTime time.Time `json:"create_time"`
UpdateTime time.Time `json:"update_time"`
AdjustedTopTime int64 `json:"adjusted_top_time"`
HighlightLevel int `json:"highlight_level"`
}
func (*LogEntry) Update ¶ added in v0.0.3
func (c *LogEntry) Update(optional *LogEntryOptional)
type LogEntryLegacy ¶
type LogEntryOptional ¶
type NoteOptional ¶
Click to show internal directories.
Click to hide internal directories.