info

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2019 License: BSD-3-Clause Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bool

type Bool bool

func (*Bool) UnmarshalXML

func (t *Bool) UnmarshalXML(dec *xml.Decoder, start xml.StartElement) error

type DbInfo

type DbInfo struct {
	DbName      string   `xml:"DbName"`
	MenuName    string   `xml:"MenuName"`
	Description string   `xml:"Description"`
	Count       int      `xml:"Count"`
	LastUpdate  string   `xml:"LastUpdate"`
	FieldList   []Field  `xml:"FieldList>Field"`
	LinkList    []DbLink `xml:"LinkList>Link"`
}
type DbLink struct {
	Name        string `xml:"Name"`
	FullName    string `xml:"FullName"`
	Description string `xml:"Description"`
	DbTo        string `xml:"DbTo"`
}

type Field

type Field struct {
	Name          string `xml:"Name"`
	FullName      string `xml:"FullName"`
	Description   string `xml:"Description"`
	TermCount     int    `xml:"TermCount"`
	IsDate        Bool   `xml:"IsData"`
	IsNumerical   Bool   `xml:"IsNumerical"`
	SingleToken   Bool   `xml:"SingleToken"`
	Hierarchy     Bool   `xml:"Hierarchy"`
	IsHidden      Bool   `xml:"IsHidden"`
	IsRangeable   Bool   `xml:"IsRangable"`
	IsTruncatable Bool   `xml:"IsTruncatable"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL