package models import "time" type BackNotification struct { Time time.Time `json:"time"` Kind int `json:"kind"` Content string `json:"content"` }