Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FollowModel ¶
type FollowModel struct { RightUser RelMetaModel `json:"right"` CircleIds []string `json:"circleIds"` }
type NotificationModel ¶
type NotificationModel struct { ObjectId uuid.UUID `json:"objectId"` OwnerUserId uuid.UUID `json:"ownerUserId"` OwnerDisplayName string `json:"ownerDisplayName"` OwnerAvatar string `json:"ownerAvatar"` CreatedDate int64 `json:"created_date"` Title string `json:"title"` Description string `json:"description"` URL string `json:"url"` NotifyRecieverUserId uuid.UUID `json:"notifyRecieverUserId"` TargetId uuid.UUID `json:"targetId"` IsSeen bool `json:"isSeen"` Type string `json:"type"` EmailNotification int16 `json:"emailNotification"` }
type RelCirclesModel ¶
Click to show internal directories.
Click to hide internal directories.