Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Host string `validate:"required"`
Port int
Username string `validate:"required_if=UseToken false"`
Password string `validate:"required_if=UseToken false"`
Debug bool
SSLSkipVerify bool
Eauth string
Scheme string
UseToken bool
Token string `validate:"required_if=UseToken true"`
}
type KeyPairCreateResult ¶
type KeyPairReadResult ¶
Click to show internal directories.
Click to hide internal directories.