package db // Note represents user note type Note struct { NoteID string NoteTitle string NoteAuthor string NoteContent string }