mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
9 lines
148 B
Go
9 lines
148 B
Go
package dto
|
|
|
|
import "mayfly-go/internal/docker/domain/entity"
|
|
|
|
type SaveContainer struct {
|
|
Container *entity.Container
|
|
TagCodePaths []string
|
|
}
|