aboutsummaryrefslogtreecommitdiff
path: root/internal/exec/exec.go
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-04-09 07:48:16 -0500
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-04-09 07:48:16 -0500
commit05873b432686fd584a07e98d37d4eb0cc5104da1 (patch)
tree7d4f73b83cc0876a0b29044d30d32f5a38385a00 /internal/exec/exec.go
parentd417d3d4185725967c9333f59942ee348248f2b2 (diff)
downloadgoexec-05873b432686fd584a07e98d37d4eb0cc5104da1.tar.gz
goexec-05873b432686fd584a07e98d37d4eb0cc5104da1.zip
Remodel WMI module; Update TODO; Update deps
Diffstat (limited to 'internal/exec/exec.go')
-rw-r--r--internal/exec/exec.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/exec/exec.go b/internal/exec/exec.go
index f3fe7ae..db83d91 100644
--- a/internal/exec/exec.go
+++ b/internal/exec/exec.go
@@ -28,8 +28,7 @@ type ExecutionConfig struct {
ExecutionMethod string // ExecutionMethod represents the specific execution strategy used by the module.
ExecutionMethodConfig interface{}
- //ExecutionOutput string // not implemented
- //ExecutionOutputConfig interface{} // not implemented
+ ReturnOutput bool
}
type ShellConfig struct {