Skip to content

Add location service endpoint #37

Add location service endpoint

Add location service endpoint #37

Triggered via pull request July 2, 2024 14:16
Status Failure
Total duration 1m 8s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build: app/domain/location.go#L3
exported: exported type Location should have comment or be unexported (revive)
build: app/application/location_service.go#L8
exported: exported type ILocation should have comment or be unexported (revive)
build: app/application/location_service.go#L18
exported: exported function NewLocationService should have comment or be unexported (revive)
build: app/http/location_handler.go#L13
exported: exported type LocationHandler should have comment or be unexported (revive)
build: app/http/location_handler.go#L17
exported: exported function NewLocationHandler should have comment or be unexported (revive)
build: app/http/location_handler.go#L23
exported: exported method LocationHandler.GetLastNLocation should have comment or be unexported (revive)
build: app/http/location_handler.go#L38
exported: exported method LocationHandler.UpdateLocation should have comment or be unexported (revive)
build
Process completed with exit code 2.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/