2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 04:22:33 +08:00
Files
panel/internal/apps/memcached/request.go
2024-11-02 17:48:52 +08:00

6 lines
113 B
Go

package memcached
type UpdateConfig struct {
Config string `form:"config" json:"config" validate:"required"`
}