# Functions
GetStorage returns the storage type.
NewNoteService returns a new note service.
# Structs
Config is the configuration for the storage.
Note is the struct that represents a note.
NoteService is the service that handles the storage.
# Interfaces
NoteStorage is the interface that wraps the basic storage methods.