Closed DonGiovanni83 closed 2 months ago
These Changes adds a basic ConfigObject class which should enable inheritance for config objects (eg. FirewallRule, Groups. User, etc...) . This approach should save us a lot of boiler plate code across different config objects.
Further work will be done in my frok and a new PR will follow
These Changes adds a basic ConfigObject class which should enable inheritance for config objects (eg. FirewallRule, Groups. User, etc...) . This approach should save us a lot of boiler plate code across different config objects.