Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePeople ¶
type People ¶
type People struct { ID uuid.UUID `json:"id" db:"id"` FirstName string `json:"first_name" db:"first_name"` LastName string `json:"last_name" db:"last_name"` Patronymic string `json:"patronymic" db:"patronymic"` Age int `json:"age" db:"age"` Sex string `json:"sex" db:"sex"` Nation string `json:"nation" db:"nation"` Deleted bool `json:"deleted" db:"deleted"` }
func (*People) MarshallBinary ¶
func (*People) UnmarshallBinary ¶
Click to show internal directories.
Click to hide internal directories.