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