fix build
This commit is contained in:
parent
1d00f0ad41
commit
2316271bf9
4 changed files with 49 additions and 45 deletions
|
|
@ -906,3 +906,12 @@ func (a *Agent) GetAgentCheckInConfig(ret AgentCheckInConfig) AgentCheckInConfig
|
|||
func (a *Agent) NixMeshNodeID() string {
|
||||
return "not implemented"
|
||||
}
|
||||
|
||||
func tmpNoExec() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func createNixTmpFile() (*os.File, error) {
|
||||
var f *os.File
|
||||
return f, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue