Sybren A. Stüvel d5d0893b05 Worker: use explicit types for command parameter errors
Introduce `ParameterMissingError` and `ParameterInvalidError` structs, to
be returned from command executors. These replace free-form `fmt.Errorf()`
style errors.
2022-06-16 15:45:09 +02:00
..
2022-05-31 17:19:06 +02:00
2022-06-16 12:08:13 +02:00