package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Jun 26, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Application interface {
Forward()
Back()
NextChapter()
PrevChapter()
PageNavigator() nav.PageNavigator
Exit()
Run()
Err() error
}
type Bookmark struct {
Chapter int `json:"chapter"`
ScrollY int `json:"scroll_y"`
}
type Mark struct {
Chapter int `json:"chapter"`
ScrollY int `json:"scroll_y"`
Marks map[string]*Bookmark `json:"marks"`
}
type Option struct {
DebugMode bool
NoBlank bool
GlobalHook bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.