bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/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() {}