feat(client): Fix middleware support. #154
Annotations
11 errors
The run was canceled by @jochumdev.
|
Run Linters:
log.go#L1
: # github.com/go-orb/plugins/client/middleware/log
|
Run Linters
cannot use (*Middleware)(nil) (value of type *Middleware) as client.Middleware value in variable declaration: *Middleware does not implement client.Middleware (wrong type for method String)
|
Run Linters
undefined: client.MiddlewareComponentType
|
Run Linters
cannot use &Middleware{…} (value of type *Middleware) as client.Middleware value in return statement: *Middleware does not implement client.Middleware (wrong type for method String)
|
Run Linters:
basehttp.go#L19
could not import github.com/go-orb/plugins/client/orb (-: # github.com/go-orb/plugins/client/orb
|
Run Linters
cannot use (*Client)(nil) (value of type *Client) as client.Client value in variable declaration: *Client does not implement client.Client (wrong type for method Config)
|
Run Linters
cannot use c (variable of type *Client) as client.Client value in struct literal: *Client does not implement client.Client (wrong type for method Config)
|
Run Linters:
basehertz.go#L19
could not import github.com/go-orb/plugins/client/orb (-: # github.com/go-orb/plugins/client/orb
|
Run Linters
cannot use (*Client)(nil) (value of type *Client) as client.Client value in variable declaration: *Client does not implement client.Client (wrong type for method Config)
|
Run Linters
cannot use c (variable of type *Client) as client.Client value in struct literal: *Client does not implement client.Client (wrong type for method Config)
|
The logs for this run have expired and are no longer available.
Loading