2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: 优化docker兼容

This commit is contained in:
耗子
2024-10-31 03:28:41 +08:00
parent 52e8830605
commit f01afacf34
13 changed files with 107 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
package podman
package docker
import (
"github.com/go-chi/chi/v5"

View File

@@ -1,4 +1,4 @@
package podman
package docker
type UpdateConfig struct {
Config string `form:"config" json:"config" validate:"required"`

View File

@@ -1,4 +1,4 @@
package podman
package docker
import (
"net/http"