Files
RMM-Hunter/internal/pkg/options.go
T
2025-10-10 16:06:48 -04:00

7 lines
82 B
Go

package pkg
type RunOptions struct {
ExcludeRMMs []string
Name string
}