Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsertDoc ¶
type InsertDoc func(*InsertDocumentReq) (*InsertDocumentResp, rpc.ErrStr)
type InsertDocumentReq ¶
type InsertDocumentResp ¶
type InsertDocumentResp struct {
Success bool
}
type SearchDoc ¶
type SearchDoc func(*SearchDocumentReq) (*SearchDocumentResp, rpc.ErrStr)
type SearchDocumentReq ¶
type SearchDocumentReq struct {
Keyword string
}
type SearchDocumentResp ¶
type SearchDocumentResp struct {
DocIds []uint64
}
Click to show internal directories.
Click to hide internal directories.