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 have a validation interface that should be implemented on all the configuration structs. Lets start with Stations and validate that the station has at least one step.
Initial implementation on Pipeline struct is here: Validation logic
pipeline's validate fn should be updated to call validate on sub stations
@salasberryfin Sorry I was sick last week so I am behind on some things but 100% give it a try! if you would like help on it, ask during one of my streams and I would love to step you though what is there! I updated the issue to link to the current implementation that you can just add on to! Thanks for picking this up!
We have a validation interface that should be implemented on all the configuration structs. Lets start with Stations and validate that the station has at least one step.
Initial implementation on Pipeline struct is here: Validation logic
pipeline's validate fn should be updated to call validate on sub stations
Please ask @Klaven if you have any questions!
The text was updated successfully, but these errors were encountered: