Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snowblock.TaskRegistry API implementation #71

Closed
arcticicestudio opened this issue Jul 13, 2019 · 1 comment
Closed

snowblock.TaskRegistry API implementation #71

arcticicestudio opened this issue Jul 13, 2019 · 1 comment

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Jul 13, 2019

Epic: #33

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.

@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Jul 13, 2019
@arcticicestudio arcticicestudio self-assigned this Jul 13, 2019
arcticicestudio added a commit that referenced this issue Jul 13, 2019
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-33
Resolves GH-71
@arcticicestudio
Copy link
Owner Author

Resolved in f68ec43

@arcticicestudio arcticicestudio removed their assignment Jul 13, 2019
@arcticicestudio arcticicestudio changed the title TaskRegistry implementation snowblock.TaskRegistry API implementation Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant