initial commit lets start
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
type Array struct {
|
||||
XMLName xml.Name `xml:"array"`
|
||||
Lower int `xml:"lower,attr"`
|
||||
Upper int `xml:"upper,attr"`
|
||||
BaseType BaseType `xml:"baseType"`
|
||||
}
|
||||
Reference in New Issue
Block a user