Automattic / hostmgr

A tool for managing macOS VM hosts
Mozilla Public License 2.0
8 stars 3 forks source link

Refactor State Management #50

Closed jkmassel closed 1 year ago

jkmassel commented 1 year ago

Builds on #49 by renaming the StateStorageManager protocol to StateRepository to match similar objects.

This results in a clear separation of state and configuration and consistent naming between both.