Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationDao ¶
NotificationDao модель подписки на уведомления.
type NotificationUpdateReq ¶
type NotificationUpdateReq struct { Username string `json:"username" validate:"required"` Active bool `json:"active"` OrganizationID int64 `json:"organization_id" validate:"required,gte=1"` }
NotificationUpdateReq запрос на изменения состояния уведомлений для организации.
Click to show internal directories.
Click to hide internal directories.