10 lines
182 B
Go
Raw Normal View History

2024-12-19 15:03:36 +08:00
package model
type ESReqRes struct {
ClientRequest bool // 是否是 es client 的请求
Path string
Method string
Indixes []string
Api ESApi
}