finish runtime

This commit is contained in:
2025-04-15 19:57:11 +08:00
parent 72b2c8d089
commit 0a5f457059
13 changed files with 1097 additions and 45 deletions
+1
View File
@@ -10,6 +10,7 @@ func ListContainers(c *gin.Context) {
container := containers.List()
c.JSON(200, gin.H{
"data": container,
"err": "",
})
}