ValidAgentIDs returns a comma-separated list of valid agent IDs.
()
| 333 | |
| 334 | // ValidAgentIDs returns a comma-separated list of valid agent IDs. |
| 335 | func ValidAgentIDs() string { |
| 336 | return strings.Join(AgentIDs(), ", ") |
| 337 | } |
| 338 | |
| 339 | // AgentIDs returns the IDs of all known agents as a slice. |
| 340 | func AgentIDs() []string { |