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.TaskRegistry API interface (designed in #70) to register future implementations of the pkg/api/snowblock.TaskRunner interface.
The validation logic of the Add function will filter and deny task runners that might try to register a duplicate task name.