mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
feat(es):增加ES实例中对HTTPS协议的支持,默认证书免校验
This commit is contained in:
@@ -10,6 +10,7 @@ type EsInstance struct {
|
||||
|
||||
Code string `json:"code" gorm:"size:32;not null;"`
|
||||
Name string `json:"name" gorm:"size:32;not null;"`
|
||||
Protocol string `json:"protocol" gorm:"size:10;not null;"`
|
||||
Host string `json:"host" gorm:"size:255;not null;"`
|
||||
Port int `json:"port"`
|
||||
Network string `json:"network" gorm:"size:20;"`
|
||||
|
||||
Reference in New Issue
Block a user