package
Version:
v1.20.3
Opens a new window with list of versions in this module.
Published: Jul 26, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RankInput struct {
RankPropertyValue string `json:"property"`
Query string `json:"query"`
}
type RankResponse struct {
RankPropertyValue string `json:"property"`
Query string `json:"query"`
Score float64 `json:"score"`
Error string `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.