Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListArchivedNotesRow ¶
type Note ¶
type Note struct {
ID int64
Title string
Content string
ImageData string
CreatedAt string
UpdatedAt string
DeletedAt sql.NullString
EncryptionSalt sql.NullString
EncryptionNonce sql.NullString
IsPinned bool
IsEncrypted bool
}
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) ListArchivedNotes ¶
func (q *Queries) ListArchivedNotes(ctx context.Context) ([]ListArchivedNotesRow, error)
func (*Queries) ListTagsByNoteID ¶
Click to show internal directories.
Click to hide internal directories.