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