package
Version:
v0.0.0-...-8c1e340
Opens a new window with list of versions in this module.
Published: May 8, 2025
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CardUpdate struct {
UserID int `json:"user_id"`
CardID string `json:"card_id" binding:"required"`
Quantity int `json:"quantity" binding:"required"`
}
type UserResponse struct {
User database.User `json:"user"`
}
type UsersResponse struct {
Users []database.User `json:"users"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.