model

package
v0.0.0-...-b70bbfa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotificationDao

type NotificationDao struct {
	Email          string
	OrganizationID int64
}

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 запрос на изменения состояния уведомлений для организации.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL