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

feat(*): add InvokeKind enum #97

Merged
merged 1 commit into from
Oct 5, 2022
Merged

feat(*): add InvokeKind enum #97

merged 1 commit into from
Oct 5, 2022

Conversation

lsytj0413
Copy link
Collaborator

Signed-off-by: lsytj0413 511121939@qq.com

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

Special notes for reviewers:

Additional information (if needed):

Signed-off-by: lsytj0413 <511121939@qq.com>
// InvokeKind defines how the target is invoked.
type InvokeKind string

const (
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need to break constants in different blocks.

Copy link
Member

Choose a reason for hiding this comment

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

That's fine since we keep the domain separated.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I don't think we need to break constants in different blocks.

Just to put the type definition and it's value together

@ricardozanini ricardozanini merged commit 10bcfba into serverlessworkflow:main Oct 5, 2022
@lsytj0413 lsytj0413 deleted the add-invoke-kind branch October 5, 2022 12:37
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

3 participants