package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Code int `json:"code"`
Message string `json:"message"`
}
type Pet struct {
ID int64 `json:"id"`
Name string `json:"name"`
Tag *string `json:"tag,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.