Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IGateway ¶
type IGateway interface {
Request(api payloads.UnionPaymentApi, params map[string]string) *payloads.UnionPaymentResult
}
type IGatewayApi ¶
type IGatewayConfig ¶
type IGatewayConfig interface { ParseConfig() interface{} CheckConfig() error }
type IGatewayRequest ¶
type IPaymentNotify ¶
type IPaymentNotify interface {
PayNotify(notify payloads.UnionPaymentNotify, notifyData interface{}) (isSuccess bool)
}
Click to show internal directories.
Click to hide internal directories.