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.Snowblock API implementation #72

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

snowblock.Snowblock API implementation #72

arcticicestudio opened this issue Jul 13, 2019 · 1 comment

Comments

@arcticicestudio
Copy link
Owner

Epic: #33

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.

@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.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-33
Resolves GH-72
@arcticicestudio
Copy link
Owner Author

Resolved in efdff96

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