bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
96 stars 56 forks source link

Export HandlerProvider #443

Closed joshbruning closed 2 years ago

joshbruning commented 2 years ago

Rename handlerProvider to HandlerProvider to allow ProviderFunc to be returned from a function.

Golint:unexported-type-in-api exported func returns unexported type handlerProvider, which can be annoying to use