Skip to content

Commit

Permalink
clean up stub type spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Dec 30, 2024
1 parent c2fca12 commit eae46da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/src/beta9/abstractions/base/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,20 @@
ASGI_STUB_TYPE = "asgi"
SCHEDULE_STUB_TYPE = "schedule"
BOT_STUB_TYPE = "bot"

TASKQUEUE_SHELL_STUB_TYPE = "taskqueue/shell"
FUNCTION_SHELL_STUB_TYPE = "function/shell"
ENDPOINT_SHELL_STUB_TYPE = "endpoint/shell"
ASGI_SHELL_STUB_TYPE = "asgi/shell"
SCHEDULE_SHELL_STUB_TYPE = "schedule/shell"

TASKQUEUE_DEPLOYMENT_STUB_TYPE = "taskqueue/deployment"
ENDPOINT_DEPLOYMENT_STUB_TYPE = "endpoint/deployment"
ASGI_DEPLOYMENT_STUB_TYPE = "asgi/deployment"
FUNCTION_DEPLOYMENT_STUB_TYPE = "function/deployment"
SCHEDULE_DEPLOYMENT_STUB_TYPE = "schedule/deployment"
BOT_DEPLOYMENT_STUB_TYPE = "bot/deployment"

TASKQUEUE_SERVE_STUB_TYPE = "taskqueue/serve"
ENDPOINT_SERVE_STUB_TYPE = "endpoint/serve"
ASGI_SERVE_STUB_TYPE = "asgi/serve"
Expand Down

0 comments on commit eae46da

Please sign in to comment.