Discover Packages
github.com/mrandiw/go-graphql-simple
entity
package
Version:
v0.0.0-...-a0eeb1c
Opens a new window with list of versions in this module.
Published: Dec 8, 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
Documentation
¶
type User struct {
ID int `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
Address string `json:"address"`
Phone string `json:"phone"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.