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

support array & map args #161

Merged
merged 2 commits into from
Nov 11, 2020
Merged

Conversation

kobayashi
Copy link
Contributor

@kobayashi kobayashi commented Nov 8, 2020

Return type interface{} if result of task is reflect.Slice or reflect.Map.
related: #74

Copy link
Member

@yoonsio yoonsio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the commit @kobayashi this is amazing!
I think we can further support different types by casting interface value instead of using fmt.
Additional tests to support above use cases would also be nice.
Please check my comments.

@yoonsio yoonsio merged commit e4a10aa into gocelery:master Nov 11, 2020
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.

2 participants