elasticsearch/config.go

10 lines
163 B
Go
Raw Permalink Normal View History

2022-03-10 04:01:06 +00:00
package elasticsearch
2022-10-10 03:50:13 +00:00
import "git.selly.red/Selly-Modules/natsio"
2022-03-10 04:01:06 +00:00
2022-03-10 04:36:06 +00:00
// Config int client elasticsearch
2022-03-10 04:01:06 +00:00
type Config struct {
ApiKey string
Nats natsio.Config
}