Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Key string
Secret string
// SubAccountID use Account as needed when rewrite ID
SubAccountID int
// contains filtered or unexported fields
}
func New ¶
func New(key, secret string, subaccounts ...SubAccount) *Config
func (*Config) SubAccount ¶
func (p *Config) SubAccount() SubAccount
func (*Config) UseSubAccountID ¶
type SubAccount ¶
Click to show internal directories.
Click to hide internal directories.