Documentation
¶
Index ¶
Constants ¶
View Source
const (
ResponseErrAcceptReservedMoney string = "Error: accepting reserved money"
)
View Source
const (
ResponseErrGetUserBalance string = "Error: getting the user balance"
)
View Source
const (
ResponseErrRefillUserAccount string = "Error: refilling user account"
)
View Source
const (
ResponseErrReserveUsersAccountMoney string = "Error: reserving money"
)
Variables ¶
This section is empty.
Functions ¶
func AcceptReservedMoney ¶
func AcceptReservedMoney(w http.ResponseWriter, r *http.Request)
func GetUserBalance ¶
func GetUserBalance(w http.ResponseWriter, r *http.Request)
func RefillUserAccount ¶
func RefillUserAccount(w http.ResponseWriter, r *http.Request)
func ReserveUsersAccountMoney ¶
func ReserveUsersAccountMoney(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.