Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Host string `short:"s" env:"DIRECTORY_HOST" help:"Directory host address"` APIKey string `short:"k" env:"DIRECTORY_API_KEY" help:"Directory API Key"` Insecure bool `short:"i" help:"Disable TLS verification" xor:"tls"` Plaintext bool `help:"Use plaintext connection" xor:"tls"` TenantID string `short:"t" env:"DIRECTORY_TENANT_ID" help:"Directory Tenant ID"` }
Click to show internal directories.
Click to hide internal directories.