client

package
v1.20.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2023 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(origin string, logger logrus.FieldLogger) *client

Types

type RankInput

type RankInput struct {
	RankPropertyValue string `json:"property"`
	Query             string `json:"query"`
}

type RankResponse

type RankResponse struct {
	RankPropertyValue string  `json:"property"`
	Query             string  `json:"query"`
	Score             float64 `json:"score"`
	Error             string  `json:"error"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL