Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Domain string `help:"Domain of the OpenSlides server to probe." short:"d" default:"localhost:8000"` Username string `help:"Username for logged-in requests." short:"u" default:"admin"` Password string `help:"Password to use for logged-in requests." short:"p" default:"admin"` HTTP bool `help:"Use http instead of https. Default is https."` IPv4 bool `help:"Force IPv4 for requests." short:"4"` }
Config for all commands.
Click to show internal directories.
Click to hide internal directories.