feat(client): Fix middleware support. #154
Annotations
10 errors
Create Summary
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)
|
Create Summary
undefined: client.MiddlewareComponentType
|
Create Summary
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)
|
Create Summary
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)
|
Create Summary
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)
|
Create Summary
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)
|
Create Summary
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)
|
Create Summary
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)
|
Create Summary
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)
|
Create Summary
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)
|
The logs for this run have expired and are no longer available.
Loading