Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RequestErrorHandler = func(w http.ResponseWriter, err error) { writeError(w, err.Error(), http.StatusBadRequest) } InternalErrorHandler = func(w http.ResponseWriter) { writeError(w, "An Unexpected Error Occured", http.StatusInternalServerError) } )
Functions ¶
This section is empty.
Types ¶
type CoinBalanceResponse ¶
Coin Balance Response
Click to show internal directories.
Click to hide internal directories.