Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApiNoSuccessErr = "api resp no success" ApiGetResultFailTypeErr = "api get result fail" )
Variables ¶
View Source
var Client = new(client)
Functions ¶
This section is empty.
Types ¶
type Json1best ¶
type Json1best struct { St struct { Sc string `json:"sc"` Pa string `json:"pa"` Rt []struct { Ws []struct { Cw []struct { W string `json:"w"` Wp string `json:"wp"` Wc string `json:"wc"` } `json:"cw"` Wb int `json:"wb"` We int `json:"we"` } `json:"ws"` } `json:"rt"` Bg string `json:"bg"` Ed string `json:"ed"` Rl string `json:"rl"` } `json:"st"` }
type OrderResult ¶
type OrderResult struct { Lattice []struct { Json1best string `json:"json_1best"` } `json:"lattice"` }
func (OrderResult) String ¶
func (o OrderResult) String() string
type UploadResp ¶
Click to show internal directories.
Click to hide internal directories.