mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
feat: 优化docker兼容
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package podman
|
||||
package docker
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi/v5"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package podman
|
||||
package docker
|
||||
|
||||
type UpdateConfig struct {
|
||||
Config string `form:"config" json:"config" validate:"required"`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package podman
|
||||
package docker
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user