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

Add pipeline.Clone and p.Run(data interface{}) to allow reusable pipe… #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

adnaan
Copy link
Contributor

@adnaan adnaan commented Sep 13, 2017

Incomplete PR for brainstorming.

@adnaan adnaan mentioned this pull request Sep 13, 2017
@sagikazarmark
Copy link

Looks good to me so far.

The only thing I don't really understand is changing the output data type to byte slice from string.

JSON can be represented as string, can't it? What's the ultimate goal here: output anything and let the user take care or output something that can be processed as some text format?

Anyway, I would probably add a helper function (StatusString) to make reporting status easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants