fix: go signature and docs (#1561)

* fix: go signature and docs

* Update examples/v1/workflows/concurrency-rr.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
abelanger5
2025-04-15 17:31:48 -04:00
committed by GitHub
parent 0823ae3316
commit ef6668a8c3
8 changed files with 103 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ DIGIT_MAX_RUNS = 8
NAME_MAX_RUNS = 3
# ❓ Concurrency Strategy With Key
# ❓ Multiple Concurrency Keys
class WorkflowInput(BaseModel):
name: str
digit: str