Documentation ¶ Index ¶ type MakePayload Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MakePayload ¶ type MakePayload struct { // 文本文件公开下载链接 // text file public download url SrcUrl string `json:"srcUrl"` // 文本语言 // text language Lang string `json:"lang"` // 只取词频前Top个词 // only want Top frequent words Top int `json:"top"` } Source Files ¶ View all Source files vo.go Click to show internal directories. Click to hide internal directories.