Files
mayfly-go/server/internal/es/application/dto/dto.go

13 lines
245 B
Go
Raw Normal View History

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
}