You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time they declare things like this, they'll also need to add a helper function which reads this generally typed value and parses it into their custom type (eg: CustomSecretType)
Currently when defining config and secrets, only ftl types are allowed. eg:
Every time they declare things like this, they'll also need to add a helper function which reads this generally typed value and parses it into their custom type (eg:
CustomSecretType
)We should discuss if we want to allow this:
When called within the module, it would return the custom struct.
Everywhere else it will be returned as
map[string]any
The text was updated successfully, but these errors were encountered: