[Feature] Golang - Allowed values from Enum should be exposed as public
Created by: wtrocki
Description
When building applications in golang we often need to be able to access all values of the enum as an array. Instead of building them on client side we can expose allowed enum values directly.
Change required
allowed{{{classname}}}EnumValues
=> Allowed{{{classname}}}EnumValues