(userID, name, status string)
| 90 | ListConfigs(userID string) ([]agents.AgentConfigRecord, error) |
| 91 | DeleteConfig(userID, name string) error |
| 92 | UpdateStatus(userID, name, status string) error |
| 93 | UpdateLastRun(userID, name string) error |
| 94 | } |
| 95 |
no outgoing calls
no test coverage detected