timoth-y/kicksware-api

View on GitHub
services/products/core/model/sneakerProductAttribute.go

Summary

Maintainability
A
0 mins
Test Coverage
package model

type SneakerSize struct {
    Europe        float64
    UnitedStates  float64
    UnitedKingdom float64
    Centimeters   float64
}