We're using Golang 1.13 with wire 0.4.0 for dependency injection
Getting this error
inject Inject: no provider found for invalid type
and this for pointer arguments
inject Inject: no provider found for *invalid type
the provider function is
UserClient(externalServiceConfig *service.ServiceConfig, httpClient *http.Client) user.Client