Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACallbackController ¶
type ACallbackController struct {
// contains filtered or unexported fields
}
func NewACallbackController ¶
func NewACallbackController( withdrawalService withdrawalService, depositService depositService, ) *ACallbackController
func (*ACallbackController) HandleDepositCallback ¶
func (ctrl *ACallbackController) HandleDepositCallback(ctx echo.Context) error
func (ACallbackController) HandleWithdrawCallback ¶
func (ctrl ACallbackController) HandleWithdrawCallback(ctx echo.Context) error
func (*ACallbackController) Register ¶
func (ctrl *ACallbackController) Register(gp *echo.Group)
type AProvider ¶
type AProvider struct {
// contains filtered or unexported fields
}
func NewAProvider ¶
type AProviderMock ¶
type AProviderMock struct { }
func NewAProviderMock ¶
func NewAProviderMock() *AProviderMock
func (*AProviderMock) CanDo ¶
func (p *AProviderMock) CanDo(tx payment.Withdrawal) bool
func (*AProviderMock) Execute ¶
func (p *AProviderMock) Execute(ctx context.Context, tx payment.Withdrawal) (string, error)
func (*AProviderMock) GetName ¶
func (p *AProviderMock) GetName() string
Click to show internal directories.
Click to hide internal directories.