Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PaymentHandler ¶
type PaymentHandler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(service app.Service, logger logrus.FieldLogger) *PaymentHandler
func (*PaymentHandler) Delete ¶
func (h *PaymentHandler) Delete(w http.ResponseWriter, r *http.Request)
func (*PaymentHandler) Post ¶
func (h *PaymentHandler) Post(w http.ResponseWriter, r *http.Request)
func (*PaymentHandler) UpdateThirdParty ¶
func (h *PaymentHandler) UpdateThirdParty(party string) func(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.