mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-17 16:35:19 +08:00
feat: v1.11.0
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user