Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountHandler ¶
type AccountHandler struct {
// contains filtered or unexported fields
}
func (*AccountHandler) MakeTransaction ¶
func (ah *AccountHandler) MakeTransaction(w http.ResponseWriter, r *http.Request)
func (*AccountHandler) NewAccount ¶
func (ah *AccountHandler) NewAccount(w http.ResponseWriter, r *http.Request)
type CustomerHandler ¶
type CustomerHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.