package
Version:
v0.0.0-...-31ddaea
Opens a new window with list of versions in this module.
Published: Nov 27, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeviceTokenCreateRequest struct {
Token string `json:"token" validate:"required"`
OsName string `json:"os_name" validate:"required"`
}
type NotificationQueryParams struct {
Search string `query:"search"`
Page int `query:"page" default:"1"`
PerPage int `query:"per_page" default:"10"`
}
type TemplateCreateRequest struct {
Name string `json:"name" validate:"required|min:3"`
Data interface{} `json:"data" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.