OpenCollection opens the collection identified by the URL given. See the URLOpener documentation in driver subpackages for details on supported URL formats, and https://gocloud.dev/concepts/urls/ for more information.
(ctx context.Context, urlstr string)
| 85 | // on supported URL formats, and https://gocloud.dev/concepts/urls/ for more |
| 86 | // information. |
| 87 | func OpenCollection(ctx context.Context, urlstr string) (*Collection, error) { |
| 88 | return defaultURLMux.OpenCollection(ctx, urlstr) |
| 89 | } |