Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile

This commit is contained in:
Chris Rai
2026-01-31 00:05:47 -05:00
parent fbb820d7b3
commit b5bec57dfa
776 changed files with 18945 additions and 2052 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetDtcsVinReader is a Reader for the GetDtcsVin structure.

View File

@@ -10,8 +10,8 @@ import (
httptransport "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/client/e_c_u"
"fiskerinc.com/modules/ota_api/client/operations"
"github.com/fiskerinc/cloud-services/pkg/ota_api/client/e_c_u"
"github.com/fiskerinc/cloud-services/pkg/ota_api/client/operations"
)
// Default fisker o t a client HTTP client.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteApitokenReader is a Reader for the DeleteApitoken structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteCarupdateReader is a Reader for the DeleteCarupdate structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewDeleteFlashpackVersionParams creates a new DeleteFlashpackVersionParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteFlashpackVersionReader is a Reader for the DeleteFlashpackVersion structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteFleetNameFilterIDReader is a Reader for the DeleteFleetNameFilterID structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteFleetNameReader is a Reader for the DeleteFleetName structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteIssuesIDReader is a Reader for the DeleteIssuesID structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteManifestReader is a Reader for the DeleteManifest structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteManifestSumsVersionReader is a Reader for the DeleteManifestSumsVersion structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteManifestSumsVersionRxswinsRxswinReader is a Reader for the DeleteManifestSumsVersionRxswinsRxswin structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteSubscriptionReader is a Reader for the DeleteSubscription structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteSubscriptionconfigReader is a Reader for the DeleteSubscriptionconfig structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteSubscriptionfeatureReader is a Reader for the DeleteSubscriptionfeature structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteSubscriptionpackageReader is a Reader for the DeleteSubscriptionpackage structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteSupplierEmailReader is a Reader for the DeleteSupplierEmail structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteVehicleVinFilterIDReader is a Reader for the DeleteVehicleVinFilterID structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteVehicleVinReader is a Reader for the DeleteVehicleVin structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// DeleteVehiclecommandImmobilizeReader is a Reader for the DeleteVehiclecommandImmobilize structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetApicallsReader is a Reader for the GetApicalls structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetApitokensReader is a Reader for the GetApitokens structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCanSignalsDbcReader is a Reader for the GetCanSignalsDbc structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCanSignalsExportReader is a Reader for the GetCanSignalsExport structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCanSignalsListReader is a Reader for the GetCanSignalsList structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCansignalsVinReader is a Reader for the GetCansignalsVin structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCarConfigVinReader is a Reader for the GetCarConfigVin structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCarslocationsReader is a Reader for the GetCarslocations structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCarstateReader is a Reader for the GetCarstate structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCarupdatesReader is a Reader for the GetCarupdates structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCarupdateslogReader is a Reader for the GetCarupdateslog structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetCarupdatesstatusesReader is a Reader for the GetCarupdatesstatuses structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetDashboardEmbeddedDashboardsReader is a Reader for the GetDashboardEmbeddedDashboards structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetDashboardGuestTokenReader is a Reader for the GetDashboardGuestToken structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetDittoCarstateReader is a Reader for the GetDittoCarstate structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetEcuStatsReader is a Reader for the GetEcuStats structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetEcuStatsVinDbcReader is a Reader for the GetEcuStatsVinDbc structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetFlashpackVersionEcuMappingsModelTrimYearFlashpackReader is a Reader for the GetFlashpackVersionEcuMappingsModelTrimYearFlashpack structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetFlashpackVersionInfoVinReader is a Reader for the GetFlashpackVersionInfoVin structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetFlashpackVersionsModelTrimYearReader is a Reader for the GetFlashpackVersionsModelTrimYear structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetFleetNameFiltersReader is a Reader for the GetFleetNameFilters structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetFleetNameReader is a Reader for the GetFleetName structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetFleetNameVehiclesReader is a Reader for the GetFleetNameVehicles structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetFleetsReader is a Reader for the GetFleets structure.

View File

@@ -16,7 +16,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetIssueIDReader is a Reader for the GetIssueID structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetIssuesReader is a Reader for the GetIssues structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetManifestReader is a Reader for the GetManifest structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetManifestSumsReader is a Reader for the GetManifestSums structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetManifestSumsVersionRxswinsReader is a Reader for the GetManifestSumsVersionRxswins structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewGetManifestmigrateVersionParams creates a new GetManifestmigrateVersionParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetManifestmigrateVersionReader is a Reader for the GetManifestmigrateVersion structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetManifestsManifestIDVehiclesReader is a Reader for the GetManifestsManifestIDVehicles structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetManifestsReader is a Reader for the GetManifests structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetSubscriptionconfigsReader is a Reader for the GetSubscriptionconfigs structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetSubscriptionfeatureReader is a Reader for the GetSubscriptionfeature structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetSubscriptionfeaturesReader is a Reader for the GetSubscriptionfeatures structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetSubscriptionpackageReader is a Reader for the GetSubscriptionpackage structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetSubscriptionpackagesReader is a Reader for the GetSubscriptionpackages structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetSuppliersReader is a Reader for the GetSuppliers structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleVinFiltersReader is a Reader for the GetVehicleVinFilters structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleVinFleetsReader is a Reader for the GetVehicleVinFleets structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleVinReader is a Reader for the GetVehicleVin structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleVinTrexLogsLinkReader is a Reader for the GetVehicleVinTrexLogsLink structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleVinTrexLogsReader is a Reader for the GetVehicleVinTrexLogs structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleVinVersionLogsReader is a Reader for the GetVehicleVinVersionLogs structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleVinVersionReader is a Reader for the GetVehicleVinVersion structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehiclecommandImmobilizeReader is a Reader for the GetVehiclecommandImmobilize structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleecusReader is a Reader for the GetVehicleecus structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehiclemodelsReader is a Reader for the GetVehiclemodels structure.

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehiclesReader is a Reader for the GetVehicles structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// GetVehicleyearsReader is a Reader for the GetVehicleyears structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostApitokenParams creates a new PostApitokenParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostApitokenReader is a Reader for the PostApitoken structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostCarConfigVinReader is a Reader for the PostCarConfigVin structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostCarsconnectedParams creates a new PostCarsconnectedParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostCarsconnectedReader is a Reader for the PostCarsconnected structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostCarstateMultiReader is a Reader for the PostCarstateMulti structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostCarupdateIDCancelReader is a Reader for the PostCarupdateIDCancel structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostCarupdateIDDeployReader is a Reader for the PostCarupdateIDDeploy structure.

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostCarupdateIDVehicleCancelReader is a Reader for the PostCarupdateIDVehicleCancel structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostCarupdateParams creates a new PostCarupdateParams object,

View File

@@ -17,7 +17,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostCarupdateReader is a Reader for the PostCarupdate structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostFlashpackVersionParams creates a new PostFlashpackVersionParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostFlashpackVersionReader is a Reader for the PostFlashpackVersion structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostFleetNameFilterParams creates a new PostFleetNameFilterParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostFleetNameFilterReader is a Reader for the PostFleetNameFilter structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostFleetNameVehiclesAddParams creates a new PostFleetNameVehiclesAddParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostFleetNameVehiclesAddReader is a Reader for the PostFleetNameVehiclesAdd structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostFleetNameVehiclesDeleteParams creates a new PostFleetNameVehiclesDeleteParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostFleetNameVehiclesDeleteReader is a Reader for the PostFleetNameVehiclesDelete structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostFleetParams creates a new PostFleetParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostFleetReader is a Reader for the PostFleet structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostFleetupdateParams creates a new PostFleetupdateParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostFleetupdateReader is a Reader for the PostFleetupdate structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostManifestParams creates a new PostManifestParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostManifestReader is a Reader for the PostManifest structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostManifestSumsParams creates a new PostManifestSumsParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostManifestSumsReader is a Reader for the PostManifestSums structure.

View File

@@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// NewPostManifestSumsVersionRxswinsParams creates a new PostManifestSumsVersionRxswinsParams object,

View File

@@ -13,7 +13,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"fiskerinc.com/modules/ota_api/models"
"github.com/fiskerinc/cloud-services/pkg/ota_api/models"
)
// PostManifestSumsVersionRxswinsReader is a Reader for the PostManifestSumsVersionRxswins structure.

Some files were not shown because too many files have changed in this diff Show More