add local config
This commit is contained in:
parent
de01fa5d80
commit
ec6ea9aded
4 changed files with 61 additions and 13 deletions
|
|
@ -493,6 +493,9 @@ func (a *Agent) GetWMIInfo() map[string]interface{} {
|
|||
}
|
||||
|
||||
// windows only below TODO add into stub file
|
||||
func (a *Agent) GetAgentCheckInConfig(ret AgentCheckInConfig) AgentCheckInConfig {
|
||||
return ret
|
||||
}
|
||||
|
||||
func (a *Agent) PlatVer() (string, error) { return "", nil }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue