two-hundred / celerity

The backend toolkit that gets you moving fast
https://celerityframework.com
Apache License 2.0
0 stars 0 forks source link

Blueprint Framework - Add Variable Custom Types Interface #7

Closed fr3shw3b closed 1 year ago

fr3shw3b commented 1 year ago

Implement the support for variable custom types as defined in the specification. A variable custom type provides behaviour to allow the use of specific pre-determined variable types.

An example use case would be a variable type for an Amazon EC2 instance size which only allows a fixed set of options as valid values.

A custom variable type should have an interface which allows looking up options for a custom type that is used for validation and lookup tooling.

fr3shw3b commented 1 year ago

Added in 4cf9e15