agent

package
v0.0.0-...-9c67b44 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentHits

type AgentHits struct {
	TotalHits int                      `json:"totalHits,omitempty"`
	Hits      []map[string]interface{} `json:"hits,omitempty"`
}

type SearchAgentClient

type SearchAgentClient interface {
	SearchAgent(query string, searchFields map[string]interface{}, from int, size int) (AgentHits, error)
}

func NewSearchAgentClient

func NewSearchAgentClient(esUrl *url.URL) (SearchAgentClient, error)

Jump to

Keyboard shortcuts

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