fix build

This commit is contained in:
wh1te909 2023-02-27 21:54:48 +00:00
parent 1d00f0ad41
commit 2316271bf9
4 changed files with 49 additions and 45 deletions

View file

@ -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
}