package
Version:
v0.0.0-...-054b70b
Opens a new window with list of versions in this module.
Published: Jul 31, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Row struct {
Cols []string `json:"col" xml:"col"`
}
type Table struct {
Rows []Row `json:"row" xml:"row"`
}
type TestData struct {
XMLName xml.Name `xml:"testdata"`
Title string `json:"title" xml:"title"`
Table Table `json:"table" xml:"table"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.