elasticsearch/config.go

10 lines
160 B
Go
Raw Normal View History

2022-03-10 04:01:06 +00:00
package elasticsearch
import "github.com/Selly-Modules/natsio"
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
}