Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SenderController ¶
type SenderController struct {
// contains filtered or unexported fields
}
SenderController is a controller type for sender endpoints
func NewSenderController ¶
func NewSenderController() *SenderController
NewSenderController creates a new instance of SenderController
func (*SenderController) GetPaymentOrderByID ¶
func (ctrl *SenderController) GetPaymentOrderByID(ctx *gin.Context)
GetPaymentOrderByID controller fetches a payment order by ID
func (*SenderController) GetPaymentOrders ¶
func (ctrl *SenderController) GetPaymentOrders(ctx *gin.Context)
GetPaymentOrders controller fetches all payment orders
func (*SenderController) InitiatePaymentOrder ¶
func (ctrl *SenderController) InitiatePaymentOrder(ctx *gin.Context)
InitiatePaymentOrder controller creates a payment order
func (*SenderController) Stats ¶
func (ctrl *SenderController) Stats(ctx *gin.Context)
Stats controller fetches sender stats
Click to show internal directories.
Click to hide internal directories.