Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( Name = "service" FlagServiceWhereClause = "collector.service.services-where" FlagServiceUseAPI = "collector.service.use-api" )
Variables ¶
View Source
var ConfigDefaults = Config{ ServiceWhereClause: "", UseAPI: false, }
Functions ¶
func NewWithFlags ¶
Types ¶
type Win32_Service ¶
type Win32_Service struct { DisplayName string Name string ProcessId uint32 State string Status string StartMode string StartName *string }
Win32_Service docs: - https://msdn.microsoft.com/en-us/library/aa394418(v=vs.85).aspx
Click to show internal directories.
Click to hide internal directories.