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
Implement the pkg/api/snowblock.Snowblock interface (designed in #70) that represents a snowblock. It stores task data and metadata of a snowblock, validates it and dispatches the tasks to a registered TaskRunner (designed in #70) if one matches the task name, otherwise skips the unknown task.
The text was updated successfully, but these errors were encountered:
Implemented the `pkg/api/snowblock.Snowblock` interface (designed in
GH-70) that represents a snowblock. It stores task data and metadata of
a snowblock, validates it and dispatches the tasks to a registered
`TaskRunner` (designed in GH-70) if one matches the task name, otherwise
skips the unknown task.
Epic GH-33ResolvesGH-72
Implement the
pkg/api/snowblock.Snowblock
interface (designed in #70) that represents a snowblock. It stores task data and metadata of a snowblock, validates it and dispatches the tasks to a registeredTaskRunner
(designed in #70) if one matches the task name, otherwise skips the unknown task.The text was updated successfully, but these errors were encountered: