Skip to content

Commit 6c8a197

Browse files
committed
refactor: rename project from 'hello-world' to 'rohas-app' and remove unused generated files
1 parent 8d1a1f5 commit 6c8a197

27 files changed

Lines changed: 20 additions & 258 deletions

.DS_Store

6 KB
Binary file not shown.

docs/.DS_Store

6 KB
Binary file not shown.

examples/hello-world/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ coverage/
4949

5050
# Rohas compiled output
5151
.rohas/
52-
src/generated/

examples/hello-world/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "hello-world"
2+
name = "rohas-app"
33
version = "0.1.0"
44
description = "Rohas event-driven application"
55
requires-python = ">=3.9"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
model HealthResponse {
2+
status String
3+
timestamp String
4+
}
5+
6+
api Health {
7+
method: GET
8+
path: "/health"
9+
response: HealthResponse
10+
}

examples/hello-world/src/generated/api/timeline_test_fast.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/hello-world/src/generated/api/timeline_test_multi_step.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/hello-world/src/generated/api/timeline_test_slow.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/hello-world/src/generated/api/timeline_test_very_slow.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/hello-world/src/generated/dto/timeline_test_fast_input.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)