SI-2199-vss-status-endpoint #257
Annotations
5 errors
lint:
internal/controllers/device_data_controller.go#L1
: # github.com/DIMO-Network/device-data-api/internal/controllers [github.com/DIMO-Network/device-data-api/internal/controllers.test]
|
lint:
internal/controllers/device_data_controller_test.go#L138
cannot use deviceStatusSvc (variable of type *mock_services.MockDeviceStatusService) as services.DeviceStatusService value in argument to NewDeviceDataController: *mock_services.MockDeviceStatusService does not implement services.DeviceStatusService (missing method PrepareDeviceStatusInformationV2) (typecheck)
|
lint:
internal/rpc/user_device_data_api.go#L1
: # github.com/DIMO-Network/device-data-api/internal/rpc [github.com/DIMO-Network/device-data-api/internal/rpc.test]
|
lint:
internal/rpc/user_device_data_api_test.go#L40
cannot use deviceStatusSvc (variable of type *mock_services.MockDeviceStatusService) as services.DeviceStatusService value in argument to NewUserDeviceData: *mock_services.MockDeviceStatusService does not implement services.DeviceStatusService (missing method PrepareDeviceStatusInformationV2) (typecheck)
|
lint
issues found
|