package
Version:
v1.0.23
Opens a new window with list of versions in this module.
Published: Nov 10, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Person struct {
Name string `json:"name,omitempty" idx:"normal"`
Phone string `json:"phone,omitempty" idx:"unique"`
Age int32 `json:"age,omitempty" idx:"normal"`
BirthDay int32 `json:"birthDay,omitempty"`
Gender uint8 `json:"gender,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.