Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 72de15e

Browse files
author
kthcloud
committed
[🚚 CI] Generate build from main
1 parent dcc7772 commit 72de15e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

β€ŽREADME.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# πŸ’» kthcloud/sys-api
2-
[![ci](https://github.com/kthcloud/sys-api/actions/workflows/docker-image.yml/badge.svg)](https://github.com/kthcloud/sys-api/actions/workflows/docker-image.yml)
32

43
This API is used to fetch capacities, usage and other information about the kthcloud system.
54

@@ -25,4 +24,4 @@ The API is open-source software licensed under the [MIT license](https://opensou
2524

2625
## πŸ“§ Contact
2726

28-
If you have any questions or feedback, submit an Issue!
27+
If you have any questions or feedback, submit an Issue!

β€Žexport/tygo.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
packages:
2+
- path: sys-api/dto/body
3+
output_path: types/body
4+
type_mappings:
5+
time.Time: "string"
6+
- path: sys-api/dto/query
7+
output_path: types/query
8+
type_mappings:
9+
time.Time: "string"
10+
# - path: sys-api/dto/uri
11+
# output_path: types/uri
12+
# type_mappings:
13+
# time.Time: "string"

0 commit comments

Comments
Β (0)