Documentation
¶
Index ¶
- func AddUser(d db.Conn, phoneNo, password, name, regToken string) (models.User, error)
- func GetContactSummary(d db.Conn, u models.User) (models.ContactSummary, error)
- func GetUser(d db.Conn, phoneNo string) (models.User, error)
- func MetUser(d db.Conn, u1PhoneNo string, u2PhoneNo string, timeSpent int64, ...) (map[string]interface{}, error)
- func UpdateHealthStatus(d db.Conn, u models.User, initHStatus float64, finalHStatus float64) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContactSummary ¶
GetContactSummary will query the database and return information about the health statuses of people around the user
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.