Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MessageInfo ¶
type MessageInfo struct {
Name string
}
type NamespaceInfo ¶
type NamespaceInfo struct {
Namespace string
NamespacePrefix string
SchemaFile string
ImportsAVS bool // true if this schema imports AVS namespace
}
NamespaceInfo holds namespace configuration for a package
type PackageInfo ¶
type PackageInfo struct {
Dir string
PackageName string
ImportPath string
Messages []MessageInfo
Namespace *NamespaceInfo
}
Click to show internal directories.
Click to hide internal directories.