mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 07:50:25 +08:00
10 lines
211 B
Go
10 lines
211 B
Go
package imsg
|
|
|
|
import "mayfly-go/pkg/i18n"
|
|
|
|
var En = map[i18n.MsgId]string{
|
|
LogEsInstSave: "Es - Save Instance",
|
|
LogEsInstDelete: "Es - Delete Instance",
|
|
ErrEsInstExist: "The es instance already exists",
|
|
}
|