Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetInfoData ¶
type QueryItems ¶
type RequestParam ¶
type RequestParam struct { Tokens []string `json:"tokens"` QueryItems *QueryItems `json:"query_items,omitempty"` }
func (*RequestParam) Scan ¶
func (self *RequestParam) Scan(src interface{}) error
type ScoreResult ¶
type ScoreResult struct {
Score uint `json:"score"`
}
Click to show internal directories.
Click to hide internal directories.