Skip to content

feat(client): Fix middleware support. #154

feat(client): Fix middleware support.

feat(client): Fix middleware support. #154

Triggered via push December 6, 2023 04:28
Status Cancelled
Total duration 3m 27s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 errors
Unit Tests
Process completed with exit code 1.
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)
Summary
undefined: client.MiddlewareComponentType
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)
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)
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)
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)
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)
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)
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)
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)
Lint
The run was canceled by @jochumdev.
Lint: log.go#L1
: # github.com/go-orb/plugins/client/middleware/log
Lint
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)
Lint
undefined: client.MiddlewareComponentType
Lint
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)
Lint: basehttp.go#L19
could not import github.com/go-orb/plugins/client/orb (-: # github.com/go-orb/plugins/client/orb
Lint
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)
Lint
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)
Lint: basehertz.go#L19
could not import github.com/go-orb/plugins/client/orb (-: # github.com/go-orb/plugins/client/orb
Lint
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)
Lint
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)