package
Version:
v0.0.0-...-cf22472
Opens a new window with list of versions in this module.
Published: Nov 6, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreatePet struct {
Name string `json:"name"`
PhotoURL string `json:"photoURL"`
}
type Pet struct {
ID int64 `json:"id"`
Name string `json:"name"`
PhotoURL string `json:"photoURL"`
Sold bool `json:"sold"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.