package
module
Version:
v0.0.0-...-56ce8ea
Opens a new window with list of versions in this module.
Published: Jun 25, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type LoginRequest struct {
Username string `json:"username"`
Password string `json:"password"`
}
type Tag struct {
ID uint `json:"id" gorm:"primary_key"`
Name string `json:"name"`
Emoji string `json:"emoji"`
}
type User struct {
ID int `json:"id"`
Username string `json:"username"`
Password string `json:"password"`
Creation string `json:"creation"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.