Skip to content

Rename non-generated Manager, Node and Configuration structs

Pre-release
Pre-release
Compare
Choose a tag to compare
@johningve johningve released this 06 Jan 12:06
· 84 commits to master since this release

This release changes the names of the non-generated Manager, Node and Configuration structs to RawManager, RawNode, and RawConfiguration in order to better differentiate them from the generated versions.

This release also adds a generated ConfigurationFromRaw function that can be used to create a configuration from an existing RawConfiguration.