Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAPApple ¶
type IAPApple struct {
// contains filtered or unexported fields
}
IAPApple apple驗證器
type IAPAppleConfig ¶
type IAPAppleConfig struct { Key string `yaml:"key"` // 密鑰字串 KeyID string `yaml:"keyID"` // 密鑰ID Bundle string `yaml:"bundle"` // 軟體包名稱 Issuer string `yaml:"issuer"` // 發行人名稱 Sandbox bool `yaml:"sandbox"` // 沙盒旗標 WaitTime time.Duration `yaml:"waitTime"` // 等待時間 Capacity int `yaml:"capacity"` // 通道容量 Retry int `yaml:"retry"` // 重試次數 }
IAPAppleConfig apple驗證設定資料
Click to show internal directories.
Click to hide internal directories.