package
Version:
v0.0.0-...-6c8f5b4
Opens a new window with list of versions in this module.
Published: Sep 22, 2024
License: MIT
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 Pet struct {
ID string `json:"id"`
LeashID string `json:"leash_id"`
Name string `json:"name"`
DateOfBirth time.Time `json:"date_of_birth"`
Type string `json:"type"`
Breed string `json:"breed"`
QRCodePath string `json:"qrcode_path"`
}
type User struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
Phone string `json:"phone"`
Password string `json:"password"`
Pets []Pet `json:"pets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.