Skip to content

Commit 72892b3

Browse files
committed
feat: add initial project structure
1 parent ac7c778 commit 72892b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/codegen/generator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,4 @@ async def enqueue_{{ snakeCase .Type }}(client: "OJSClient", args: {{ pascalCase
309309
"""Enqueue a {{ .Type }} job with type-safe arguments."""
310310
return await client.enqueue("{{ .Type }}", vars(args), queue="{{ .Queue }}")
311311
{{ end }}`
312+

0 commit comments

Comments
 (0)