ValidAgentIDs returns a comma-separated list of valid agent IDs.
()
| 352 | |
| 353 | // ValidAgentIDs returns a comma-separated list of valid agent IDs. |
| 354 | func ValidAgentIDs() string { |
| 355 | return strings.Join(AgentIDs(), ", ") |
| 356 | } |
| 357 | |
| 358 | // AgentIDs returns the IDs of all known agents as a slice. |
| 359 | func AgentIDs() []string { |