package
Version:
v0.0.0-...-cea2a50
Opens a new window with list of versions in this module.
Published: Apr 16, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginUser struct {
Nick string `json:"nick"`
Password string `json:"password"`
}
LoginUser is for logging
type Response struct {
Token string `json:"token"`
}
Response return token
Service for auth
NewService will return Service
type SigninUser struct {
Nick string `json:"nick"`
Name *string `json:"name"`
SecondName *string `json:"second_name"`
Email *string `json:"email"`
Password string `json:"password"`
}
SigninUser is for signin
Source Files
¶
Click to show internal directories.
Click to hide internal directories.