ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

model: Create consts for different models #206

Open ao-david opened 2 days ago

ao-david commented 2 days ago

When implementing #195 it was suggested that many of the types should be consts which can be referenced well across different implementations.

This change should make consts for valid values that can be passed into entity creation, as well as define some factories to generate common instantiations.