Work on new note endpoint
This commit is contained in:
parent
5f94a71415
commit
e76490f637
3 changed files with 41 additions and 1 deletions
|
@ -122,6 +122,7 @@ func (s *Storage) UpdateNote(note *Note) error {
|
|||
}
|
||||
|
||||
func (s *Storage) CreateNote() (*Note, error) {
|
||||
defer util.Untrace(util.Trace(&log.Logger))
|
||||
// TODO: Think of good arguments and implement me
|
||||
panic("not implemented")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue