List performance #2548
Annotations
3 errors and 1 warning
Run go test -p 1 ./backend/...:
backend/daemon/api/register.go#L28
cannot use s.Entities (variable of type *"mintter/backend/daemon/api/entities/v1alpha".Server) as "mintter/backend/genproto/entities/v1alpha".EntitiesServer value in argument to entities.RegisterEntitiesServer: *"mintter/backend/daemon/api/entities/v1alpha".Server does not implement "mintter/backend/genproto/entities/v1alpha".EntitiesServer (missing method ListEntityMentions)
|
Run go test -p 1 ./backend/...:
backend/daemon/api/entities/v1alpha/entities_test.go#L24
cannot use (*Server)(nil) (value of type *Server) as "mintter/backend/genproto/entities/v1alpha".EntitiesServer value in variable declaration: *Server does not implement "mintter/backend/genproto/entities/v1alpha".EntitiesServer (missing method ListEntityMentions)
|
Run go test -p 1 ./backend/...
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading