initial commit lets start
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
type Value struct {
|
||||
XMLName xml.Name `xml:"value"`
|
||||
StructValue *StructValue `xml:"structValue,omitempty"`
|
||||
SimpleValue *SimpleValue `xml:"simpleValue,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user