Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppModel ¶
type AppModel struct {
// contains filtered or unexported fields
}
func NewAppModel ¶
func NewAppModel() AppModel
type ConfigState ¶ added in v0.2.0
type DashboardModel ¶ added in v0.2.0
type DashboardModel struct {
List list.Model
Notes []journal.NoteInfo
Err error
SelectedNote *journal.Note
SelectedErr error
SelectedFilename string
SelectedModTime time.Time
}
type EditorModel ¶ added in v0.2.0
type EditorModel struct {
Title textinput.Model
Body textarea.Model
Created time.Time
File string
Err error
}
type PrivacyModel ¶ added in v0.2.0
type ScreenModel ¶ added in v0.2.0
type SettingsModel ¶ added in v0.2.0
type SetupModel ¶ added in v0.2.0
type SetupModel struct{}
type StorageModel ¶ added in v0.2.0
type ViewerModel ¶ added in v0.2.0
type WelcomeModel ¶ added in v0.2.0
type WelcomeModel struct{}
Click to show internal directories.
Click to hide internal directories.