Skip to content

fix concurrent access to the routing table #120

fix concurrent access to the routing table

fix concurrent access to the routing table #120

Triggered via push July 10, 2024 10:18
Status Failure
Total duration 21s
Artifacts

goreleaser.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build: fetchers/fetchersfakes/fake_routes_fetch.go#L180
cannot use new(FakeRoutesFetch) (value of type *FakeRoutesFetch) as fetchers.RoutesFetch value in variable declaration: *FakeRoutesFetch does not implement fetchers.RoutesFetch (wrong type for method Routes)
build: models/route_test.go#L17
invalid argument: cannot make models.Routes; type must be slice, map, or channel
build: models/route_test.go#L30
invalid operation: cannot index routes (variable of type models.Routes)
build: models/route_test.go#L43
invalid operation: cannot index routes (variable of type models.Routes)
build: models/route_test.go#L56
invalid operation: cannot index routes (variable of type models.Routes)
build
Process completed with exit code 1.