package models // A binding of one note to one mentioned account type NoteToPing struct { Note Note NoteId string PingTarget User PingTargetId string }