bosun.org@v0.0.0-20250213104149-b8d3e981f37d/cmd/scollector/conf/conf_darwin.go (about) 1 package conf 2 3 type ProcessParams struct{} 4 5 type ServiceParams struct { 6 Name string 7 WatchProc bool 8 } 9 10 func (c *Conf) InitializeSWbemServices() {}