elasticsearchx

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Host     string `yaml:"host" json:"host" nacos:"elasticSearch.host"`             // 主机
	Port     string `yaml:"port" json:"port" nacos:"elasticSearch.port"`             // 端口
	Username string `json:"username" json:"username" nacos:"elasticSearch.username"` // 用户名
	Password string `json:"password" json:"password" nacos:"elasticSearch.password"` // 密码
}

ElasticSearch配置

type Control added in v1.2.4

type Control struct {
	Config *Config // ES配置
}

Jump to

Keyboard shortcuts

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