package
Version:
v0.0.0-...-90437bb
Opens a new window with list of versions in this module.
Published: Dec 23, 2023
License: Apache-2.0
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 BasicResponse struct {
Result string `json:"Result"`
Error *string `json:"Error"`
}
type MyUser struct {
ID int `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.