package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jun 12, 2021
License: Apache-2.0
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 CategoryCollection struct {
Data []*model.Category `json:"data"`
Total int `json:"total"`
}
type Login struct {
Token string `json:"token"`
User *model.User `json:"user"`
}
type ProductCollection struct {
Data []*model.Product `json:"data"`
Total int `json:"total"`
}
type Register struct {
Email string `json:"email"`
Password string `json:"password"`
Name string `json:"name"`
Lastname string `json:"lastname"`
Authenticate bool `json:"authenticate"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.