Files
windows_exporter/internal/toggle/main.go

8 lines
85 B
Go

package toggle
var PHDEnabled bool
func IsPDHEnabled() bool {
return PHDEnabled
}