feat: v1.11.0

This commit is contained in:
meilin.huang
2026-05-13 20:01:05 +08:00
parent f23b243fc5
commit 847f5c7c90
80 changed files with 2507 additions and 1961 deletions

View File

@@ -1,14 +1,12 @@
package vo
import (
tagentity "mayfly-go/internal/tag/domain/entity"
"mayfly-go/pkg/model"
)
type ContainerConf struct {
model.Model
model.ExtraData
tagentity.ResourceTags // 标签信息
Addr string `json:"addr"`
Code string `json:"code"`