package
Version:
v0.0.0-...-040724e
Opens a new window with list of versions in this module.
Published: Jun 6, 2019
License: BSD-3-Clause, GPL-2.0, BSD-3-Clause, + 1 more
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Id struct {
Id int `xml:"Id"`
HasLinkOut *bool `xml:",attr"`
HasNeighbor *bool `xml:",attr"`
}
type IdCheckList struct {
Id []Id `xml:"Id"`
IdLinkSet []IdLinkSet `xml:"IdLinkSet"`
Err error `xml:"ERROR"`
}
type IdLinkSet struct {
Id Id `xml:"Id"`
LinkInfo []LinkInfo `xml:"LinkInfo"`
}
type IdUrlList struct {
IdUrlSets []IdUrlSet `xml:"IdUrlSet"`
FirstChars [][]string `xml:"FirstChars>FirstChar"`
}
type IdUrlSet struct {
Id Id `xml:"Id"`
ObjUrl []ObjUrl `xml:"ObjUrl"`
Info *string `xml:"Info"`
}
type Link struct {
Id Id `xml:"Id"`
Score *int `xml:"Score"`
}
type LinkInfo struct {
DbTo string `xml:"DbTo"`
LinkName string `xml:"LinkName"`
HtmlTag *string `xml:"HtmlTag"`
Url *Url `xml:"Url"`
Priority int `xml:"Priority"`
}
type LinkSetDb struct {
DbTo string `xml:"DbTo"`
LinkName string `xml:"LinkName"`
Link []Link `xml:"Link"`
Info *string `xml:"Info"`
Err error `xml:"ERROR"`
}
type LinkSetDbHistory struct {
DbTo string `xml:"DbTo"`
LinkName string `xml:"LinkName"`
QueryKey *int `xml:"QueryKey"`
Info *string `xml:"Info"`
Err error `xml:"ERROR"`
}
type ObjUrl struct {
Url Url `xml:"Url"`
IconUrl *Url `xml:"IconUrl"`
LinkName *string `xml:"LinkName"`
SubjectType []string `xml:"SubjectType"`
Category []string `xml:"Category"`
Attribute []string `xml:"Attribute"`
Provider Provider `xml:"Provider"`
SubProvider *string `xml:"SubProvider"`
}
type Provider struct {
Name string `xml:"Name"`
NameAbbr string `xml:"NameAbbr"`
Id Id `xml:"Id"`
Url Url `xml:"Url"`
IconUrl *Url `xml:"IconUrl"`
}
type Url struct {
Url string `xml:",chardata"`
Lang string `xml:"LNG,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.