package
Version:
v4.0.3
Opens a new window with list of versions in this module.
Published: May 19, 2024
License: Apache-2.0
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 Dinosaur struct {
Height int `json:"height"`
Width int `json:"width"`
}
Dinosaur is a json-serializable type.
type Post struct {
Author string `json:"author,omitempty"`
Title string `json:"title,omitempty"`
}
Post is a json-serializable type.
type User struct {
DateOfBirth string `json:"date_of_birth,omitempty"`
FullName string `json:"full_name,omitempty"`
Nickname string `json:"nickname,omitempty"`
}
User is a json-serializable type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.