vars

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2021 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EmailConfigSetting   *EmailConfigSettingS
	ElasticsearchSetting *ElasticsearchSettingS
	ElasticsearchClient  *es7.Client
	AppName              = ""
)

Functions

This section is empty.

Types

type ElasticsearchSettingS

type ElasticsearchSettingS struct {
	Addresses string `json:"addresses"`
	Username  string `json:"username"`
	Password  string `json:"password"`
}

type EmailConfigSettingS

type EmailConfigSettingS struct {
	User     string `json:"user"`
	Password string `json:"password"`
	Host     string `json:"host"`
	Port     string `json:"port"`
}

Jump to

Keyboard shortcuts

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