initial commit lets start
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type Sfc struct {
|
||||
XMLName xml.Name `xml:"sfc"`
|
||||
Scaling Scaling `xml:"scaling"`
|
||||
}
|
||||
|
||||
func (sfc *Sfc) Default() {
|
||||
sfc.Scaling.Default()
|
||||
}
|
||||
Reference in New Issue
Block a user