Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountHandlers ¶
type AccountHandlers struct {
// contains filtered or unexported fields
}
func (*AccountHandlers) AddNewAccount ¶
func (ah *AccountHandlers) AddNewAccount(w http.ResponseWriter, r *http.Request)
type AuthorizationMiddleware ¶
type AuthorizationMiddleware struct {
// contains filtered or unexported fields
}
type CustomerHandlers ¶
type CustomerHandlers struct {
// contains filtered or unexported fields
}
type QoD ¶
type QoD struct { Success struct { Total int `json:"total"` } `json:"success"` Contents struct { Quotes []struct { Quote string `json:"quote"` Length string `json:"length"` Author string `json:"author"` Tags struct { Num0 string `json:"0"` Num1 string `json:"1"` Num2 string `json:"2"` Num3 string `json:"3"` Num5 string `json:"5"` } `json:"tags"` Category string `json:"category"` Language string `json:"language"` Date string `json:"date"` Permalink string `json:"permalink"` ID string `json:"id"` Background string `json:"background"` Title string `json:"title"` } `json:"quotes"` } `json:"contents"` Baseurl string `json:"baseurl"` Copyright struct { Year int `json:"year"` URL string `json:"url"` } `json:"copyright"` }
type QoDHandler ¶
type QoDHandler struct {
// contains filtered or unexported fields
}
func (*QoDHandler) GetQoD ¶
func (qh *QoDHandler) GetQoD(w http.ResponseWriter, r *http.Request)
type TransactionHandlers ¶
type TransactionHandlers struct {
// contains filtered or unexported fields
}
func (TransactionHandlers) Withdraw ¶
func (th TransactionHandlers) Withdraw(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.