MCPcopy Create free account
hub / github.com/assembla/cony / deleteConsumer

Method deleteConsumer

client.go:65–69  ·  view source on GitHub ↗
(cons *Consumer)

Source from the content-addressed store, hash-verified

63}
64
65func (c *Client) deleteConsumer(cons *Consumer) {
66 c.l.Lock()
67 defer c.l.Unlock()
68 delete(c.consumers, cons)
69}
70
71// Publish used to declare publishers
72func (c *Client) Publish(pub *Publisher) {

Callers 1

TestClient_ConsumeFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestClient_ConsumeFunction · 0.76