Files
plcopenxmlbuilder/models/documentation.go
T
2026-08-28 17:59:35 +02:00

11 lines
156 B
Go

package models
import (
"encoding/xml"
)
type Documentation struct {
XMLName xml.Name `xml:"documentation"`
Xhtml Xhtml `xml:"xhtml"`
}