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