Skip to content

Commit

Permalink
Refactored ListUnitsRequest and ListUnitFilesRequest
Browse files Browse the repository at this point in the history
Relates to: #889

The structs and functions used for ListUnits and ListUnitFiles are
identical for the most part. In order to reduce code duplication, the
implementation for both have been combined into a single struct with
unified functions. This should also allow for additional, similar features
in the future.

Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Aug 9, 2024
1 parent 30ae91c commit 033aeb2
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 208 deletions.
Loading

0 comments on commit 033aeb2

Please sign in to comment.