MCPcopy Create free account
hub / github.com/asternic/wuzapi / GetHTTPClient

Method GetHTTPClient

clients.go:57–61  ·  view source on GitHub ↗
(userID string)

Source from the content-addressed store, hash-verified

55}
56
57func (cm *ClientManager) GetHTTPClient(userID string) *resty.Client {
58 cm.RLock()
59 defer cm.RUnlock()
60 return cm.httpClients[userID]
61}
62
63func (cm *ClientManager) DeleteHTTPClient(userID string) {
64 cm.Lock()

Callers 2

callHookWithHmacFunction · 0.80
callHookFileWithHmacFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected