8 lines
138 B
Go
8 lines
138 B
Go
package models
|
|
|
|
type NoteToAttachment struct {
|
|
Note Note
|
|
NoteId string
|
|
Attachment MediaMetadata
|
|
AttachmentId string
|
|
}
|