MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / Close

Method Close

lib/gcppubsub/client.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (c *Client) Close() error {
42 return c.client.Close()
43}
44
45func (c *Client) Publish(ctx context.Context, topicID string, data []byte) (string, error) {
46 p := c.client.Publisher(topicID)

Callers 2

newTestPubsubClientFunction · 0.45
terminatePubSubContainerFunction · 0.45

Calls

no outgoing calls

Tested by 2

newTestPubsubClientFunction · 0.36
terminatePubSubContainerFunction · 0.36