package
Version:
v2.0.1
Opens a new window with list of versions in this module.
Published: Jul 3, 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 AuthLoginRequest struct {
Login string `json:"login" binding:"required"`
Password string `json:"password" binding:"required"`
DeviceID int `json:"device_id" binding:"required,device_id"`
}
type AuthLogoutRequest struct {
Token string `json:"token" binding:"required"`
}
type AuthRefreshRequest struct {
Token string `json:"token" binding:"required"`
DeviceID int `json:"device_id" binding:"required,device_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.