MCPcopy
hub / github.com/1Panel-dev/1Panel / Systemd

Struct Systemd

core/utils/controller/manager/systemd.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Systemd struct {
10 toolCmd string
11 Client *ssh.SSHClient
12}
13
14func NewSystemd() *Systemd {
15 return &Systemd{toolCmd: "systemctl"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected