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: update go-sdk workflow syntax to make it less verbose #78

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

abelanger5
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Jan 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hatchet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2024 9:47pm

@abelanger5 abelanger5 merged commit ff30027 into main Jan 3, 2024
12 checks passed
@abelanger5 abelanger5 deleted the belanger/docs-add-workflow-syntax branch January 3, 2024 22:14
Description: "This is a test job.",
Steps: []worker.WorkflowStep{
worker.Fn(StepOne).SetName("step-one"),
worker.Fn(StepTwo).SetName("step-two"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

@abelanger5 interesting concept, I'm just wondering if this makes it harder to get started (this is one of the big things in the Go client as it needs a little time to discover the syntax, vs just using structs and living off autocomplete)

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