mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
ffb1d89a72
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 |
||
---|---|---|
.. | ||
samples | ||
config_dep_test.go | ||
config_duration.go | ||
config_global_test.go | ||
config_jobid_test.go | ||
config_minimal_test.go | ||
config_positiveintervalormanual_test.go | ||
config_recv_test.go | ||
config_send_test.go | ||
config_snapshotting_test.go | ||
config_test.go | ||
config_transport_test.go | ||
config.go | ||
retentiongrid.go |