mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 03:22:32 +08:00
6 lines
103 B
Go
6 lines
103 B
Go
package request
|
|
|
|
type SystemctlService struct {
|
|
Service string `json:"service" validate:"required"`
|
|
}
|