Documentation ¶
Index ¶
Constants ¶
View Source
const ( UrlQueryFrom = "from" UrlQuerySize = "size" UrlQueryRouting = "routing" UrlQueryTypedKey = "typed_keys" UrlQueryVersion = "version" UrlQueryRetryOnConflict = "retry_on_conflict" UrlQueryOpType = "op_type" UrlQueryRefresh = "refresh" UrlQueryURISort = "sort" UrlQueryTimeout = "timeout" )
View Source
const ( UrlParamDbName = "db_name" UrlParamSpaceName = "space_name" UrlParamDocID = "doc_id" )
Variables ¶
This section is empty.
Functions ¶
func ExportDocumentHandler ¶
func ExportRpcHandler ¶
Types ¶
type DocumentHandler ¶
type DocumentHandler struct {
// contains filtered or unexported fields
}
func (*DocumentHandler) ExportToServer ¶
func (handler *DocumentHandler) ExportToServer() error
type RawReqArgs ¶
type RawReqBody ¶
type RawReqBody []byte
type RpcHandler ¶
type RpcHandler struct {
// contains filtered or unexported fields
}
func (*RpcHandler) Search ¶
func (handler *RpcHandler) Search(ctx context.Context, req *pspb.RpcSearchRequest) (def *pspb.RpcSearchResponse, err error)
Click to show internal directories.
Click to hide internal directories.