linstrom/storage-new/models/NoteToAttachments.go
mstar 8d4ba2ecae
Some checks are pending
/ test (push) Waiting to run
More work on defining the new data structure
2025-03-26 17:14:42 +01:00

8 lines
138 B
Go

package models
type NoteToAttachment struct {
Note Note
NoteId string
Attachment MediaMetadata
AttachmentId string
}