kairos-agent/internal/agent/recovery_windows.go
Ettore Di Giacinto 602d086ce4 art: Refactor agent code
Move out cmd pieces and split into its own package. Also make sure we reload
plugins before bootstrapping nodes.

Also commons out the agent configuration in a specific YAML file.
2022-07-18 22:02:49 +00:00

9 lines
75 B
Go

package agent
import (
"os"
)
func setWinsize(f *os.File, w, h int) {
}