mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 08:23:50 +01:00
3ffb69bfb0
Originally, I had a patch that would replace all usages of time.Duration in package config with the new config.Duration types, but: 1. these are all timeouts/retry intervals that have default values. Most users don't touch them, and if they do, they don't need day or week units. 2. go-yaml's error reporting for yaml.Unmarshaler is inferior to built-in types (line numbers are missing, so the error would not have sufficient context) fixes https://github.com/zrepl/zrepl/issues/486 |
||
---|---|---|
.. | ||
cron_test.go | ||
cron.go | ||
impl.go | ||
manual.go | ||
periodic.go | ||
snapper.go | ||
snapstate_string.go | ||
state_string.go | ||
util.go |