timoth-y/kicksware-api

View on GitHub
services/references/core/model/sneakerModelModel.go

Summary

Maintainability
A
0 mins
Test Coverage
package model

type SneakerModel struct {
    UniqueId    string
    Name        string
    Brand       string
    BaseModel   string
    Hero        string
    Description string
}