MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Start

Method Start

agent/utils/firewall/client.go:17–17  ·  view source on GitHub ↗

ufw firewalld

()

Source from the content-addressed store, hash-verified

15type FirewallClient interface {
16 Name() string // ufw firewalld
17 Start() error
18 Stop() error
19 Restart() error
20 Reload() error

Callers 15

OperateFirewallMethod · 0.95
InitFunction · 0.65
NewCommandFunction · 0.65
RunWithStreamOutputMethod · 0.65
startPipeCommandsFunction · 0.65
runMethod · 0.65
NewManagerFunction · 0.65
root.goFile · 0.65
RecoverMethod · 0.65
searchMethod · 0.65
NewCommandFunction · 0.65
startPipeCommandsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected