initial commit lets start
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
type InitialValue struct {
|
||||
XMLName xml.Name `xml:"initialValue"`
|
||||
ArrayValue *ArrayValue `xml:"arrayValue,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user