package app import ( "git.icedream.tech/icedream/uplink/app/channels" "github.com/gin-gonic/gin" ) type Server struct { *gin.Engine *channels.ChannelManager }