Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCotacao ¶
func HandleCotacao(w http.ResponseWriter, r *http.Request)
func StartServer ¶
func StartServer() error
func StopServer ¶
func StopServer() error
Types ¶
type ExchangeRate ¶
type ExchangeRate struct {
Bid string `json:"bid"`
}
type ExchangeRateResponse ¶
type ExchangeRateResponse struct {
USDBRL ExchangeRate `json:"USDBRL"`
}
Click to show internal directories.
Click to hide internal directories.