Documentation ¶
Index ¶
- func Domain() string
- func MacAddresses() []string
- type Cache
- func (cache *Cache) AddActiveService(serviceId string)
- func (cache *Cache) ProcessInfo(processPath string) ProcessInfo
- func (cache *Cache) Refresh()
- func (cache *Cache) RemoveService(serviceId string)
- func (cache *Cache) SendPostureData()
- func (cache *Cache) SetServiceQueryMap(serviceQueryMap map[string]map[string]edge.PostureQuery)
- type OsInfo
- type ProcessInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MacAddresses ¶
func MacAddresses() []string
Types ¶
type Cache ¶
type Cache struct { MacAddresses []string Os OsInfo Domain string DomainFunc func() string // contains filtered or unexported fields }
func (*Cache) AddActiveService ¶
func (*Cache) ProcessInfo ¶
func (cache *Cache) ProcessInfo(processPath string) ProcessInfo
func (*Cache) RemoveService ¶
func (*Cache) SendPostureData ¶ added in v0.15.32
func (cache *Cache) SendPostureData()
func (*Cache) SetServiceQueryMap ¶
func (cache *Cache) SetServiceQueryMap(serviceQueryMap map[string]map[string]edge.PostureQuery)
type ProcessInfo ¶
func Process ¶
func Process(providedPath string) ProcessInfo
Click to show internal directories.
Click to hide internal directories.