(ctx context.Context, u *url.URL)
| 344 | // This interface is generally implemented by types in driver packages. |
| 345 | type VariableURLOpener interface { |
| 346 | OpenVariableURL(ctx context.Context, u *url.URL) (*Variable, error) |
| 347 | } |
| 348 | |
| 349 | // URLMux is a URL opener multiplexer. It matches the scheme of the URLs |
no outgoing calls