Files
panel/internal/http/request/systemctl.go
T
2024-10-13 23:43:59 +08:00

6 lines
103 B
Go

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