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
We've seen the use for helper func in cnab-go, GetDefinition(paramOrOutput) or some such (may need a function for each type), that'd return the schema definition for a parameter/output or return a corresponding error (if definition not found/empty/etc.) Duplicated/boilerplate code for retrieving a parameter's/output's definition can then be reduced to a single function call and the implementation updated in one place as needed, etc.
The text was updated successfully, but these errors were encountered:
We've seen the use for helper func in cnab-go,
GetDefinition(paramOrOutput)
or some such (may need a function for each type), that'd return the schema definition for a parameter/output or return a corresponding error (if definition not found/empty/etc.) Duplicated/boilerplate code for retrieving a parameter's/output's definition can then be reduced to a single function call and the implementation updated in one place as needed, etc.The text was updated successfully, but these errors were encountered: