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.