Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountExistsById ¶
func CreateAccount ¶
func UpdateAccount ¶
Types ¶
type Account ¶
type Account struct { Id string `json:"_id" clover:"_id"` UserName string `json:"user_name" clover:"user_name"` FirstName string `json:"first_name" clover:"first_name"` LastName string `json:"last_name" clover:"last_name"` Email string `json:"email" clover:"email"` PhoneNumber string `json:"phone_number" clover:"phone_number"` Coordinates []float64 `json:"coordinates" clover:"coordinates"` }
func GetAccountById ¶
func GetAccountByUsername ¶
func GetAccountsByIds ¶
Click to show internal directories.
Click to hide internal directories.