Versions in this module Expand all Collapse all v1 v1.0.1 Dec 19, 2017 v1.0.0 Dec 19, 2017 Changes in this version + type User struct + Cellphone string + Id uint64 + InsertTime int64 + ModifyTime int64 + func CreateUser(cellphone string) User + func GetUserById(id uint64) User + func GetUsersByIds(ids []uint64) []User