package api import "github.com/gin-gonic/gin" type GatewayApi interface { WebSocketRequest(c *gin.Context) }