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.
The text was updated successfully, but these errors were encountered:
Implemented the `pkg/api/snowblock.TaskRegistry` interface to register
future implementations of the `pkg/api/snowblock.TaskRunner` interface.
The validation logic of the `Add` function filters and denies task
runners that might try to register a duplicate task name.
Epic GH-33ResolvesGH-71
Implement the
pkg/api/snowblock.TaskRegistry
API interface (designed in #70) to register future implementations of thepkg/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.The text was updated successfully, but these errors were encountered: