Documentation ¶
Index ¶
Constants ¶
View Source
const BaseURL = "https://vietqr.net"
Variables ¶
Functions ¶
func IsTokenError ¶
Types ¶
type Client ¶
func NewClient ¶
func NewClient(httpClient HttpClient) *Client
func (*Client) GenQRCode ¶
func (c *Client) GenQRCode(ctx context.Context, input GenQRCodeInput) (*GenQRCodeResult, error)
type Envelope ¶
type GenQRCodeInput ¶
type GenQRCodeResult ¶
type GenQRCodeResult struct {
ImagePNG []byte `json:"qrBase64"`
}
type VietQRError ¶
func (VietQRError) Error ¶
func (e VietQRError) Error() string
Click to show internal directories.
Click to hide internal directories.