esiface

package
v1.0.1-dev-02 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: MulanPSL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IchubQueryRequest

type IchubQueryRequest interface {
	Query() (*pagees.PageEsResult, error)
	Must() (*pagees.PageEsResult, error)
	MustNot() (*pagees.PageEsResult, error)
	Filter() (*pagees.PageEsResult, error)
	Should() (*pagees.PageEsResult, error)
}

type Icmd

type Icmd interface {
	Execute(dto *cmddto.CmdDto) *basedto.IchubResult
}

type IesRequest

type IesRequest interface {
	Client() *elastic.Client
}

type Imetadata

type Imetadata interface {
	CeateIndex()
	DropIndex()
}

type Iquery

type Iquery interface {
	IesRequest
	EsQueryResult(attachResp bool) (*pagees.PageEsResult, error)
}

Jump to

Keyboard shortcuts

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