mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 21:10:30 +01:00
fix(agent): remove leftover pointer in tls.Config
This commit is contained in:
@@ -27,7 +27,7 @@ type AgentConfig struct {
|
||||
|
||||
httpClient *http.Client
|
||||
httpClientHealthCheck *http.Client
|
||||
tlsConfig *tls.Config
|
||||
tlsConfig tls.Config
|
||||
l zerolog.Logger
|
||||
} // @name Agent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user