mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 09:48:49 +02:00
fix agent hot-reload issue and added list agents endpoint
This commit is contained in:
@@ -42,6 +42,7 @@ type (
|
||||
RouteProviderList() []string
|
||||
Context() context.Context
|
||||
GetAgent(agentDockerHost string) (*agent.AgentConfig, bool)
|
||||
ListAgents() []*agent.AgentConfig
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user