Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ Openrc
Struct
Openrc
core/utils/controller/manager/openrc.go:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
Openrc
struct
{
14
toolCmd string
15
Client *ssh.SSHClient
16
}
17
18
func
NewOpenrc() *Openrc {
19
return
&Openrc{toolCmd:
"rc-service"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected