es

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Document

type Document struct {
	Event *types.Event `json:"_source"`
}

type Hits

type Hits struct {
	Total int         `json:"total"`
	Hits  []*Document `json:"hits"`
}

type HitsV7

type HitsV7 struct {
	Total TotalV7     `json:"total"`
	Hits  []*Document `json:"hits"`
}

type Result

type Result struct {
	Hits Hits `json:"hits"`
}

type ResultV7

type ResultV7 struct {
	Hits HitsV7 `json:"hits"`
}

type TotalV7

type TotalV7 struct {
	Value int `json:"value"`
}

Jump to

Keyboard shortcuts

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