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

Method DeleteHTTPClient

clients.go:63–67  ·  view source on GitHub ↗
(userID string)

Source from the content-addressed store, hash-verified

61}
62
63func (cm *ClientManager) DeleteHTTPClient(userID string) {
64 cm.Lock()
65 defer cm.Unlock()
66 delete(cm.httpClients, userID)
67}
68
69func (cm *ClientManager) SetMyClient(userID string, client *MyClient) {
70 cm.Lock()

Callers 2

DeleteUserCompleteMethod · 0.80
startClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected