Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
func
(c *Client) Close() error {
42
return
c.client.Close()
43
}
44
45
func
(c *Client) Publish(ctx context.Context, topicID string, data []byte) (string, error) {
46
p := c.client.Publisher(topicID)
Callers
2
newTestPubsubClient
Function · 0.45
terminatePubSubContainer
Function · 0.45
Calls
no outgoing calls
Tested by
2
newTestPubsubClient
Function · 0.36
terminatePubSubContainer
Function · 0.36