package api
import "github.com/gin-gonic/gin"
type WsApi interface {
DeployStatusWS(c *gin.Context) //websocket推送部署的进度信息
}