2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 02:04:27 +08:00
Files
panel/internal/apps/codeserver/request.go

6 lines
114 B
Go

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