initial commit lets start
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type PouInstance struct {
|
||||
XMLName xml.Name `xml:"pouInstance"`
|
||||
Name string `xml:"name,attr"`
|
||||
TypeName string `xml:"typeName,attr"`
|
||||
Documentation *Documentation `xml:"documentation,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user