MCPcopy
hub / github.com/evilsocket/opensnitch / Tool

Interface Tool

daemon/tasks/iocscanner/tools/base/base.go:79–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type Tool interface {
80 Start()
81 Stop()
82 Running() bool
83 GetProperty(string) string
84 Log(string)
85 TransformLogline(string) string
86 Stdout() chan string
87 Stderr() chan string
88 Workers() int
89 Done() <-chan struct{}
90 Cleanup()
91}

Callers 35

runToolMethod · 0.65
StartMethod · 0.65
StartMethod · 0.65
StartMethod · 0.65
StartMethod · 0.65
StartMethod · 0.65
runToolMethod · 0.65
StartMethod · 0.65
StopMethod · 0.65
StopMethod · 0.65
StopMethod · 0.65
StopMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected