()
| 29 | var noTourEnvVars = []string{"DOCKER_AGENT_NO_TOUR", "CAGENT_NO_TOUR"} |
| 30 | |
| 31 | func statePath() string { |
| 32 | return filepath.Join(paths.GetConfigDir(), ".cagent_tour") |
| 33 | } |
| 34 | |
| 35 | // ReadStatus returns the persisted tour status. A missing file, a read error, |
| 36 | // or unknown content all read as StatusUnanswered. |
no test coverage detected