Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MigrateNotifications ¶
Types ¶
type Notification ¶
type Notification struct {
ID int64 `json:"id" gorm:"primary_key;autoIncrement"`
UserID int64 `json:"user_id"`
Message string `json:"message"`
Type string `json:"type"`
Status string `json:"status"`
}
func NewNotification ¶
func NewNotification(userID int64, Type string, message string) *Notification
Click to show internal directories.
Click to hide internal directories.