package
Version:
v0.0.0-...-29fea3b
Opens a new window with list of versions in this module.
Published: Dec 1, 2022
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 Contact struct {
ID int `json:"id"`
Name string `json:"name"`
Phone string `json:"phone"`
Email string `json:"email"`
}
type Contacts struct {
Contacts []Contact `json:"contacts"`
}
type CreateContact struct {
Name string `json:"name"`
Phone string `json:"phone"`
Email string `json:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.