0.2.4 Updated pallette. /JL
This commit is contained in:
+6
-3
@@ -36,7 +36,12 @@ type (
|
||||
Colorstruct struct {
|
||||
Series struct {
|
||||
XMLName xml.Name `xml:"series"`
|
||||
Serie []string `xml:"serie"`
|
||||
Serie []struct {
|
||||
XMLName xml.Name `xml:"serie"`
|
||||
Name string `xml:"name,attr"`
|
||||
InStock bool `xml:"inStock"`
|
||||
OnHand int `xml:"onHand"`
|
||||
}
|
||||
}
|
||||
ColorIndex int `xml:"colorIndex,attr"`
|
||||
ColorName string `xml:"colorname"`
|
||||
@@ -50,8 +55,6 @@ type (
|
||||
IsNeutral bool `xml:"isNeutral"`
|
||||
IsGrayscale bool `xml:"isGrayscale"`
|
||||
Disabled bool `xml:"disabled"`
|
||||
InStock bool `xml:"inStock"`
|
||||
OnHand int `xml:"onHand"`
|
||||
}
|
||||
|
||||
Pegboards struct {
|
||||
|
||||
Reference in New Issue
Block a user