Documentation
¶
Index ¶
Constants ¶
View Source
const ( //prime number A_PLAIN int = 2 A_IMAGE int = 3 A_SOUND int = 5 A_HTML int = 7 A_CELL int = 11 A_MINPUT int = 13 A_PI int = A_PLAIN * A_IMAGE A_PS int = A_PLAIN * A_SOUND A_PH int = A_PLAIN * A_HTML A_PC int = A_PLAIN * A_CELL A_PM int = A_PLAIN * A_MINPUT A_IS int = A_IMAGE * A_SOUND A_IH int = A_IMAGE * A_SOUND A_IC int = A_IMAGE * A_SOUND A_IM int = A_IMAGE * A_SOUND A_SH int = A_SOUND * A_HTML A_SC int = A_SOUND * A_CELL A_SM int = A_SOUND * A_MINPUT A_HC int = A_HTML * A_CELL A_HM int = A_HTML * A_MINPUT A_PIS int = A_PLAIN * A_IMAGE * A_SOUND A_PIH int = A_PLAIN * A_IMAGE * A_HTML A_PIC int = A_PLAIN * A_IMAGE * A_CELL A_PIM int = A_PLAIN * A_IMAGE * A_MINPUT A_PSH int = A_PLAIN * A_SOUND * A_HTML A_PSC int = A_PLAIN * A_SOUND * A_CELL A_PSM int = A_PLAIN * A_SOUND * A_MINPUT A_PHC int = A_PLAIN * A_HTML * A_CELL A_PHM int = A_PLAIN * A_HTML * A_MINPUT A_ISH int = A_IMAGE * A_SOUND * A_HTML A_ISC int = A_IMAGE * A_SOUND * A_CELL A_ISM int = A_IMAGE * A_SOUND * A_MINPUT A_IHC int = A_IMAGE * A_HTML * A_CELL A_IHM int = A_IMAGE * A_HTML * A_MINPUT A_ICM int = A_IMAGE * A_CELL * A_MINPUT A_SHC int = A_SOUND * A_HTML * A_CELL A_SHM int = A_SOUND * A_HTML * A_MINPUT A_SCM int = A_SOUND * A_CELL * A_MINPUT A_ALL int = A_PLAIN * A_IMAGE * A_SOUND * A_HTML * A_CELL * A_MINPUT )
flag
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assumption ¶
type Assumptions ¶
type Assumptions struct {
XMLName xml.Name `xml:"assumptions"`
Assum []Assumption `xml:"assumption"`
// contains filtered or unexported fields
}
type Client ¶
type Client struct {
Query QueryResult
// contains filtered or unexported fields
}
func (*Client) IsSuccessed ¶
func (*Client) ShowClient ¶
type ExamplePage ¶
type QueryResult ¶
type QueryResult struct {
//
//
XMLName xml.Name `xml:"queryresult"`
Error bool `xml:"error,attr"`
Numpods int32 `xml:"numpods,attr"`
Datatypes string `xml:"datatypes,attr"`
Timedout string `xml:"timedout,attr"`
Timedoutpods string `xml:"timedoutpods,attr"`
Timing int32 `xml:"timing,attr"`
Parsetiming int32 `xml:"parsetiming,attr"`
Parsetimedout bool `xml:"parsetimedout,attr"`
Recalculate string `xml:"recalculate,attr"`
Id string `xml:"id,attr"`
Host string `xml:"host,attr"`
Server int32 `xml:"server,attr"`
Related string `xml:"related,attr"`
Version string `xml:"version,attr"`
Pods []Pod `xml:"pod"`
Assumpt []Assumptions `xml:"assumptions"`
Sources Sources `xml:"sources"`
ExamplePage ExamplePage `xml:"examplepage"`
Scripts string `xml:"scripts"`
Css string `xml;"css"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.