Documentation ¶
Overview ¶
namecheap library author: prr, azul software date: 27 Mar 2022 copyright 2023 prr, azul software
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintClientOptions ¶
func PrintClientOptions(nch *nchSdk.ClientOptions)
func PrintDomains ¶
func PrintDomains(resp *nchSdk.DomainsGetListCommandResponse)
Types ¶
type CfNsNames ¶
type NchCred ¶
type NchCred struct { Sandbox bool `yaml:"Sandbox"` Email string `yaml:"Email"` ApiUser string `yaml:"ApiUser"` ApiKey string `yaml:"ApiKey"` IP string `yaml:"IP"` Domain string `yaml:"Domain"` File string NchApi string }
func (*NchCred) GetClientOpt ¶
func (nch *NchCred) GetClientOpt() (clOptRef *nchSdk.ClientOptions, err error)
func (*NchCred) PrintNchCred ¶
func (nch *NchCred) PrintNchCred()
Click to show internal directories.
Click to hide internal directories.