Documentation
¶
Index ¶
- type Note
- type Storage
- func (s *Storage) Delete(filename string) error
- func (s *Storage) Find(query string) (*Note, error)
- func (s *Storage) GetPath(filename string) string
- func (s *Storage) List(tagFilter string) ([]*Note, error)
- func (s *Storage) Load(filename string) (*Note, error)
- func (s *Storage) Save(note *Note) error
- func (s *Storage) SaveAt(note *Note, path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Note ¶
Click to show internal directories.
Click to hide internal directories.