mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 17:28:31 +02:00
improved add agent mechanism
This commit is contained in:
@@ -41,7 +41,7 @@ type (
|
||||
RouteProviderList() []string
|
||||
Context() context.Context
|
||||
GetAgent(agentAddrOrDockerHost string) (*agent.AgentConfig, bool)
|
||||
AddAgent(host string, ca agent.PEMPair, client agent.PEMPair) (int, gperr.Error)
|
||||
VerifyNewAgent(host string, ca agent.PEMPair, client agent.PEMPair) (int, gperr.Error)
|
||||
ListAgents() []*agent.AgentConfig
|
||||
AutoCertProvider() *autocert.Provider
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user