Rename non-generated Manager, Node and Configuration structs
Pre-release
Pre-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
.