package
Version:
v1.4.1
Opens a new window with list of versions in this module.
Published: Jul 26, 2025
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 File struct {
FileID string `json:"file_id"`
Filename string `json:"filename"`
Size int64 `json:"size"`
UploadedAt string `json:"uploaded_at"`
UploadedBy string `json:"uploaded_by"`
}
type Login struct {
Username string `json:"username"`
Password string `json:"password"`
}
type ResetPassword struct {
CurrentPassword string `json:"current_password"`
NewPassword string `json:"new_password"`
}
type SignUp struct {
Username string `json:"username"`
Password string `json:"password"`
IsAdmin bool `json:"is_admin"`
}
type UserInfo struct {
ID string `json:"id"`
Username string `json:"username"`
IsAdmin bool `json:"is_admin"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.