Open 5nord opened 2 years ago
The possible values of an enumeration do not need to be represented by their own runtime-object type. They actually are just "value constraints", which can be modeled as a set-template (runtime.NewSet).
runtime.NewSet
_Originally posted by @5nord in https://github.com/nokia/ntt/pull/637#discussion_r985197239_
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days
The possible values of an enumeration do not need to be represented by their own runtime-object type. They actually are just "value constraints", which can be modeled as a set-template (
runtime.NewSet
)._Originally posted by @5nord in https://github.com/nokia/ntt/pull/637#discussion_r985197239_