MCPcopy Create free account
hub / github.com/google/go-cloud / MakeNonexistentSubscription

Method MakeNonexistentSubscription

pubsub/gcppubsubv2/gcppubsub_test.go:134–136  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

132}
133
134func (h *harness) MakeNonexistentSubscription(ctx context.Context) (driver.Subscription, func(), error) {
135 return openSubscription(h.client.Subscriber("nonexistent-subscription"), nil), func() {}, nil
136}
137
138func (h *harness) Close() {
139 h.client.Close()

Callers

nothing calls this directly

Calls 1

openSubscriptionFunction · 0.70

Tested by

no test coverage detected