Documentation
¶
Overview ¶
Package set implements `admin rate-limit set`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Hostname string
Enabled bool
EnabledSet bool // true when --enabled was explicitly provided
RequestsPerHour int
RequestsPerHourSet bool // true when --requests-per-hour was explicitly provided
ThrottleWaitMS int
ThrottleWaitMSSet bool // true when --throttle-wait-ms was explicitly provided
}
Options holds parsed flags for `admin rate-limit set`.
Click to show internal directories.
Click to hide internal directories.