package
Version:
v0.0.0-...-db9179b
Opens a new window with list of versions in this module.
Published: Apr 27, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SampleAdmin struct {
ID int64 `json:"id"`
Username string `json:"username"`
Password string `json:"password"`
}
type SampleRole struct {
ID int64 `json:"id"`
Name string `json:"name"`
}
type UniqueEmailQuery struct {
ExcludeID int64 `json:"id"`
Email string `json:"email"`
}
type UniqueResult struct {
Exist bool `json:"exist"`
IsDel uint8 `json:"isDel"`
}
type UniqueUsernameQuery struct {
ExcludeID int64 `json:"id"`
Username string `json:"username"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.