
The highest tagged major version is
v3.
package
Version:
v2.2.0
Opens a new window with list of versions in this module.
Published: Nov 8, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Buffer struct {
LastAccess string `json:"lastAccess,omitempty"`
Notes map[string]models.Note `json:"notes"`
}
First data load, if there's no file to load then it creates it.
Reloads the data taking it from the expected file. If the file
doesn't exists then throws an error and doesn't updates anything.
Saves the current state of the data in the file. If the file
doesn't exists then it will be created.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.