2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 20:57:19 +08:00
Files
panel/internal/http/request/systemctl.go
2024-10-13 23:43:59 +08:00

6 lines
103 B
Go

package request
type SystemctlService struct {
Service string `json:"service" validate:"required"`
}