Documentation ¶
Index ¶
Constants ¶
View Source
const ( LIVE Mode = "LIVE" SANDBOX Mode = "SANDBOX" // -------- BASE_URL string = "https://api.durianpay.id/v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { ClientConfig *ClientConfig HttpClient *http.Client Logger *logrus.Logger }
func NewAgent ¶
func NewAgent(clientConfig *ClientConfig) *Agent
type ClientConfig ¶
type ErrorResponse ¶
type QueryParams ¶
type QueryParams struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.