Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2025 Changes in this version + var ErrEmptyContent = errors.New("content cannot be empty") + var ErrNoteCreationFailed = errors.New("note creation failed") + var ErrNoteDeletionFailed = errors.New("note deletion failed") + var ErrNoteIdRequired = errors.New("note ID is required") + var ErrNoteNotFound = errors.New("note not found") + var ErrNoteUpdateFailed = errors.New("note update failed") + func Btoi(b []byte) uint64 + func GetCurrentTimestamp() string + func Itob(v NoteId) []byte + func StringInSlice(str string, slice []string) bool + func TruncateString(s string, length int) string + type NoteId uint64 + func Stoi(s string) (NoteId, error) + func (n NoteId) String() string