boulder/ratelimit
Matthew McPherrin 391a59921b
Move cmd.ConfigDuration to config.Duration (#6705)
We rely on the ratelimit/ package in CI to validate our ratelimit
configurations. However, because that package relies on cmd/ just for
cmd.ConfigDuration, many additional dependencies get pulled in.

This refactors just that struct to a separate config package. This was
done using Goland's automatic refactoring tooling, which also organized
a few imports while it was touching them, keeping standard library,
internal and external dependencies grouped.
2023-02-28 08:11:49 -08:00
..
rate-limits.go Move cmd.ConfigDuration to config.Duration (#6705) 2023-02-28 08:11:49 -08:00
rate-limits_test.go Move cmd.ConfigDuration to config.Duration (#6705) 2023-02-28 08:11:49 -08:00