Skip to content

Commit cf7923e

Browse files
committed
feat: new module structure
1 parent 3c8df0d commit cf7923e

155 files changed

Lines changed: 162 additions & 211 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

definitions/cron/data_types/type/cron_day_of_month.proto.json renamed to definitions/draco_cron/data_types/type/cron_day_of_month.proto.json

File renamed without changes.

definitions/cron/data_types/type/cron_day_of_week.proto.json renamed to definitions/draco_cron/data_types/type/cron_day_of_week.proto.json

File renamed without changes.

definitions/cron/data_types/type/cron_hour.proto.json renamed to definitions/draco_cron/data_types/type/cron_hour.proto.json

File renamed without changes.

definitions/cron/data_types/type/cron_minute.proto.json renamed to definitions/draco_cron/data_types/type/cron_minute.proto.json

File renamed without changes.

definitions/cron/data_types/type/cron_month.proto.json renamed to definitions/draco_cron/data_types/type/cron_month.proto.json

File renamed without changes.
File renamed without changes.

definitions/draco_cron/module.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"identifier": "draco-cron",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Cron"
7+
}
8+
],
9+
"description": [
10+
{
11+
"code": "en-US",
12+
"content": "Cron"
13+
}
14+
],
15+
"documentation": "",
16+
"author": "CodeZero",
17+
"icon": "tabler:alarm"
18+
}

definitions/rest/data_types/rest_adapter_input.proto.json renamed to definitions/draco_rest/data_types/rest_adapter_input.proto.json

File renamed without changes.
File renamed without changes.

definitions/draco_rest/module.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"identifier": "draco-rest",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Cron"
7+
}
8+
],
9+
"description": [
10+
{
11+
"code": "en-US",
12+
"content": "Cron"
13+
}
14+
],
15+
"documentation": "",
16+
"author": "CodeZero",
17+
"icon": "tabler:alarm"
18+
}

0 commit comments

Comments
 (0)