package
0.0.0-20200529134311-c41e5090dfd4
Repository: https://github.com/zdravkogyurov/go-web-app.git
Documentation: pkg.go.dev

# Functions

DeleteNoteByTitle deletes a note from the database.
FindNoteByTitle reads a note from databse by name.
FindNotes reads all notes from database.
InsertNote creates note in databse.
NewNote creates note.
UpdateNoteByTitle updates a note in the database.

# Structs

Note with title and body.