package task
import (
"gitlink.org.cn/JointCloud/pcm-participant-cloud/container"
)
type TaskParams struct {
Container container.CreateParameter
}