package
Version:
v0.0.0-...-dd21589
Opens a new window with list of versions in this module.
Published: Sep 10, 2022
License: BSD-3-Clause
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 NewUser struct {
Phone string `json:"phone"`
Nickname string `json:"nickname"`
Password string `json:"password"`
Gender int `json:"gender"`
}
type User struct {
ID string `json:"id"`
Nickname string `json:"nickname"`
Phone string `json:"phone"`
Gender int `json:"gender"`
CreatedAt string `json:"createdAt"`
UpdatedAt string `json:"updatedAt"`
}
type UserConnection struct {
TotalCount int `json:"totalCount"`
Edges []*User `json:"edges"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.