From 05873b432686fd584a07e98d37d4eb0cc5104da1 Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Wed, 9 Apr 2025 07:48:16 -0500 Subject: Remodel WMI module; Update TODO; Update deps --- internal/exec/wmi/module.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/exec/wmi/module.go') diff --git a/internal/exec/wmi/module.go b/internal/exec/wmi/module.go index f90af42..0e83aa8 100644 --- a/internal/exec/wmi/module.go +++ b/internal/exec/wmi/module.go @@ -16,7 +16,7 @@ type Module struct { sc iwbemservices.ServicesClient } -type MethodCustomConfig struct { +type MethodCallConfig struct { Class string Method string Arguments map[string]any @@ -28,6 +28,6 @@ type MethodProcessConfig struct { } const ( - MethodCustom = "custom" + MethodCall = "call" MethodProcess = "process" ) -- cgit v1.2.3