(ctx context.Context, u *url.URL)
| 832 | // This interface is generally implemented by types in driver packages. |
| 833 | type TopicURLOpener interface { |
| 834 | OpenTopicURL(ctx context.Context, u *url.URL) (*Topic, error) |
| 835 | } |
| 836 | |
| 837 | // SubscriptionURLOpener represents types than can open Subscriptions based on a URL. |
no outgoing calls