package domain type EnnoblementNotificationType uint8 const ( EnnoblementNotificationTypeGain EnnoblementNotificationType = iota EnnoblementNotificationTypeLoss ) type EnnoblementNotification struct { Type EnnoblementNotificationType ServerID string ChannelID string Ennoblement Ennoblement }