package
Version:
v0.0.0-...-1e7ec6e
Opens a new window with list of versions in this module.
Published: Sep 6, 2019
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 EasyShortUser struct {
ID uint32 `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Country string `json:"country"`
CreatedAt uint32 `json:"created_at"`
UpdatedAt uint32 `json:"updated_at"`
Enabled bool `json:"enabled"`
}
easyjson:json
type PerezaShortUser struct {
ID uint32 `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Country string `json:"country"`
CreatedAt uint32 `json:"created_at"`
UpdatedAt uint32 `json:"updated_at"`
Enabled bool `json:"enabled"`
}
pereza:json
type ShortUser struct {
ID uint32 `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Country string `json:"country"`
CreatedAt uint32 `json:"created_at"`
UpdatedAt uint32 `json:"updated_at"`
Enabled bool `json:"enabled"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.