linstrom/storage-new/models/NoteToPing.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
123 B
Go

package models
type NoteToPing struct {
Note Note
NoteId string
PingTarget User
PingTargetId string
}