Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceResponse ¶
type BalanceResponse struct {
Balance int `json:"balance"`
}
type CreateBodyRequest ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (Handler) GetBalance ¶
func (h Handler) GetBalance(w http.ResponseWriter, r *http.Request)
type ResponseBody ¶
type ValidationErrorResponse ¶
Click to show internal directories.
Click to hide internal directories.