package
Version:
v0.0.0-...-c7ab869
Opens a new window with list of versions in this module.
Published: Oct 21, 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 EmployeeResponse struct {
XID string `json:"xid"`
Name string `json:"name"`
Email string `json:"email"`
Address *string `json:"address"`
Age *int `json:"age"`
Birthday *string `json:"birthday"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.