ValidAgentIDs returns a comma-separated list of valid agent IDs.
()
| 358 | |
| 359 | // ValidAgentIDs returns a comma-separated list of valid agent IDs. |
| 360 | func ValidAgentIDs() string { |
| 361 | return strings.Join(AgentIDs(), ", ") |
| 362 | } |
| 363 | |
| 364 | // AgentIDs returns the IDs of all known agents as a slice. |
| 365 | func AgentIDs() []string { |