Documentation
¶
Overview ¶
* @Author: 7erry * @Date: 2024-12-02 16:34:35 * @LastEditTime: 2024-12-02 17:17:32 * @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
type Doc struct {
A string `json:"a"`
Ec []string `json:"ec"`
G string `json:"g"`
ID string `json:"id"`
LatestVersion string `json:"latestVersion"`
P string `json:"p"`
RepositoryID string `json:"repositoryId"`
Text []string `json:"text"`
Timestamp int64 `json:"timestamp"`
VersionCount int64 `json:"versionCount"`
}
type Params ¶
type Params struct {
Core string `json:"core"`
FL string `json:"fl"`
Indent string `json:"indent"`
Q string `json:"q"`
Rows string `json:"rows"`
Sort string `json:"sort"`
Spellcheck string `json:"spellcheck"`
SpellcheckCount string `json:"spellcheck.count"`
Start string `json:"start"`
Version string `json:"version"`
Wt string `json:"wt"`
}
type Response ¶
type Response struct {
Response Resp `json:"response"`
ResponseHeader ResponseHeader `json:"responseHeader"`
}
Request
type ResponseHeader ¶
Click to show internal directories.
Click to hide internal directories.