MCPcopy Create free account
hub / github.com/FalconOpsLLC/goexec / Execute

Method Execute

pkg/goexec/method.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, io *ExecutionIO)

Source from the content-addressed store, hash-verified

20type ExecutionMethod interface {
21 Method
22 Execute(ctx context.Context, io *ExecutionIO) error
23}
24
25type CleanExecutionMethod interface {

Callers 2

ExecuteMethodFunction · 0.65
ExecuteFunction · 0.65

Implementers 12

ScmrChangepkg/goexec/scmr/change.go
ScmrCreatepkg/goexec/scmr/create.go
DcomHtafilepkg/goexec/dcom/htafile.go
DcomShellBrowserWindowpkg/goexec/dcom/shellbrowserwindow.go
DcomShellWindowspkg/goexec/dcom/shellwindows.go
DcomVisualStudioDtepkg/goexec/dcom/visualstudio.go
DcomMmcpkg/goexec/dcom/mmc.go
DcomExcelMacropkg/goexec/dcom/excel.go
WmiProcpkg/goexec/wmi/proc.go
TschDemandpkg/goexec/tsch/demand.go
TschChangepkg/goexec/tsch/change.go
TschCreatepkg/goexec/tsch/create.go

Calls

no outgoing calls

Tested by

no test coverage detected