Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Username string `json:"username" yaml:"username" xml:"username" env:"WESTCN_USERNAME"`
Password string `json:"password" yaml:"password" xml:"password" env:"WESTCN_PASSWORD"`
PropagationTimeout int32 `` /* 130-byte string literal not displayed */
TTL int32 `json:"ttl,omitempty" yaml:"ttl,omitempty" xml:"ttl,omitempty" env:"WESTCN_TTL"`
}
Click to show internal directories.
Click to hide internal directories.