package
Version:
v0.0.0-...-d36ff20
Opens a new window with list of versions in this module.
Published: Aug 14, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Merchant Merchant `toml:"merchant"`
}
type Merchant struct {
ID string `toml:"id"`
CertificateSerialNumber string `toml:"certificate-serial-number"`
ApiV3Key string `toml:"api-v3-key"`
PrivateKeyFile string `toml:"private-key-file"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.