Files
mayfly-go/server/internal/es/application/dto/dto.go
zongyangleo 142bbd265d !134 feat: 新增支持es和连接池
* feat: 各连接,支持连接池
* feat:支持es
2025-05-21 04:42:30 +00:00

13 lines
245 B
Go

package dto
import (
"mayfly-go/internal/es/domain/entity"
tagentity "mayfly-go/internal/tag/domain/entity"
)
type SaveEsInstance struct {
EsInstance *entity.EsInstance
AuthCerts []*tagentity.ResourceAuthCert
TagCodePaths []string
}