common

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PowerTrainType = "powertrain_type"
	// VehicleMetadataKey is the default json key where we store vehicle metadata in device_definitions.metadata
	VehicleMetadataKey = "vehicle_info"
)
View Source
const (
	SmartCarVendor = "SmartCar"
	TeslaVendor    = "Tesla"
	AutoPiVendor   = "AutoPi"
)
View Source
const (
	DefaultDeviceType = "vehicle"
)

Variables

View Source
var Green = "\033[32m"
View Source
var Purple = "\033[35m"
View Source
var Red = "\033[31m"
View Source
var Reset = "\033[0m"

Functions

func BuildDeviceDefinitionName added in v0.4.3

func BuildDeviceDefinitionName(year int16, make string, model string) string

func BuildDeviceIntegrationFeatureAttribute added in v0.5.6

func BuildDeviceIntegrationFeatureAttribute(attributes []*models.UpdateDeviceIntegrationFeatureAttribute, dt []*repoModel.IntegrationFeature) ([]map[string]interface{}, error)

func BuildDeviceMakeMetadata added in v0.5.1

func BuildDeviceMakeMetadata(metadataJSON null.JSON) *models.DeviceMakeMetadata

func BuildDeviceTypeAttributes added in v0.2.0

func BuildDeviceTypeAttributes(attributes []*models.UpdateDeviceTypeAttribute, dt *repoModel.DeviceType) (null.JSON, error)

func BuildExternalIDs added in v1.0.38

func BuildExternalIDs(externalIDsJSON null.JSON) []*models.ExternalID

func BuildFromDeviceDefinitionToQueryResult added in v0.1.30

func BuildFromDeviceDefinitionToQueryResult(dd *repoModel.DeviceDefinition) (*models.GetDeviceDefinitionQueryResult, error)

func BuildFromQueryResultToGRPC added in v0.1.30

func Contains added in v0.1.4

func Contains(s []string, str string) bool

Contains returns true if string exist in slice

func DeviceMakeMetadataToGRPC added in v0.5.1

func DeviceMakeMetadataToGRPC(dm *models.DeviceMakeMetadata) *grpc.Metadata

func ExternalIDsFromGRPC added in v1.0.38

func ExternalIDsFromGRPC(externalIDsGRPC []*grpc.ExternalID) []*models.ExternalID

func ExternalIDsToGRPC added in v1.0.38

func ExternalIDsToGRPC(externalIDs []*models.ExternalID) []*grpc.ExternalID

func GetDefaultImageURL added in v0.7.4

func GetDefaultImageURL(dd *repoModel.DeviceDefinition) string

GetDefaultImageURL if the images relation is not empty, looks for the best image to use based on some logic

func GetDeviceAttributesTyped added in v0.8.8

func GetDeviceAttributesTyped(metadata null.JSON, key string) []models.DeviceTypeAttribute

func JSONOrDefault added in v0.1.2

func JSONOrDefault(j null.JSON) json.RawMessage

func PrintMMY added in v0.1.4

func PrintMMY(definition *repoModel.DeviceDefinition, color string, includeSource bool) string

func SlugString added in v0.1.23

func SlugString(term string) string

func SubModelsFromStylesDB added in v0.1.4

func SubModelsFromStylesDB(styles repoModel.DeviceStyleSlice) []string

SubModelsFromStylesDB gets the unique style.SubModel from the styles slice, deduping sub_model

Types

type ErrorResponse

type ErrorResponse struct {
	Field string
	Tag   string
	Value string
}

type RegionEnum added in v0.1.6

type RegionEnum string
const (
	AmericasRegion RegionEnum = "Americas"
	EuropeRegion   RegionEnum = "Europe"
)

func (RegionEnum) String added in v0.1.6

func (r RegionEnum) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL