Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.20.4
type Config struct { Host string `flag:"host" short:"H" help:"" env:"TOPAZ_DIRECTORY_SVC" default:"localhost:9292"` APIKey string `flag:"api-key" short:"k" help:"" env:"TOPAZ_DIRECTORY_KEY"` Insecure bool `flag:"insecure" short:"i" help:""` SessionID string `flag:"session-id" help:""` TenantID string `flag:"tenant-id" help:""` }
Click to show internal directories.
Click to hide internal directories.