(HttpProxyMap map[string]*HttpProxy)
| 55 | } |
| 56 | |
| 57 | func (sm *SessionsManager) UpdateHttpProxyByMap(HttpProxyMap map[string]*HttpProxy) { |
| 58 | for _, hp := range HttpProxyMap { |
| 59 | sm.AddOrUpdateHttpProxy(hp) |
| 60 | } |
| 61 | } |
nothing calls this directly
no test coverage detected