This commit introduces a recipient type that will try to retain the
original layout of the recipients file as much as possible.
Fixes#2430
RELEASE_NOTES=[ENHANCEMENT] Retain recipients file format
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
This commit renames the existing out methods that expect
a format string to include the common f suffix and introduces
new out methods without this suffix that don't accept a
format string or variadic arguments.
Fixes#1793
RELEASE_NOTES=n/a
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
This commit removes the unnecessary store.Store interface and renames
store/sub to the more apt store/leaf.
RELEASE_NOTES=n/a
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>