Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotesFS embed.FS
Functions ¶
func RenderNote ¶
Types ¶
type Note ¶
type Note struct {
NoteID string `json:"note_id"`
Type NoteType `json:"type"`
Data string `json:"data"`
ModTime time.Time `json:"mod_time"`
Path string `json:"path"`
PathElements []string `json:"path_elements"`
}
func ReadNotes ¶
func ReadNotes(pointers []NotePointer) []Note
type NotePointer ¶
Click to show internal directories.
Click to hide internal directories.