Documentation
¶
Index ¶
- Constants
- func BirthdayWithIDCard(idCard string) (*time.Time, error)
- func CheckISO70641983MOD112(idCard string) bool
- func SexWithIDCard(idCard string) (int, error)
- type Date
- type ZeroCoreStructs
- func (e *ZeroCoreStructs) GetJSONFeature() string
- func (e *ZeroCoreStructs) InitDefault() error
- func (e *ZeroCoreStructs) LoadRowData(rowmap map[string]interface{})
- func (e *ZeroCoreStructs) SetJSONFeature(jsonString string)
- func (e *ZeroCoreStructs) String() string
- func (e *ZeroCoreStructs) UInt8ToString(bs []uint8) string
- type ZeroRequest
- type ZeroResponse
Constants ¶
View Source
const DateFormat = "2006-01-02T15:04:05Z"
Variables ¶
This section is empty.
Functions ¶
func CheckISO70641983MOD112 ¶
func SexWithIDCard ¶
Types ¶
type ZeroCoreStructs ¶
type ZeroCoreStructs struct { ID string `json:"id,omitempty"` CreateTime Date `json:"createTime,omitempty"` UpdateTime Date `json:"updateTime,omitempty"` Features map[string]interface{} `json:"features,omitempty"` }
func (*ZeroCoreStructs) GetJSONFeature ¶
func (e *ZeroCoreStructs) GetJSONFeature() string
func (*ZeroCoreStructs) InitDefault ¶
func (e *ZeroCoreStructs) InitDefault() error
func (*ZeroCoreStructs) LoadRowData ¶
func (e *ZeroCoreStructs) LoadRowData(rowmap map[string]interface{})
func (*ZeroCoreStructs) SetJSONFeature ¶
func (e *ZeroCoreStructs) SetJSONFeature(jsonString string)
func (*ZeroCoreStructs) String ¶
func (e *ZeroCoreStructs) String() string
func (*ZeroCoreStructs) UInt8ToString ¶
func (e *ZeroCoreStructs) UInt8ToString(bs []uint8) string
type ZeroRequest ¶
type ZeroRequest struct { Querys []interface{} `json:"querys,omitempty"` Expands map[string]interface{} `json:"expands,omitempty"` }
type ZeroResponse ¶
Click to show internal directories.
Click to hide internal directories.