package api import ( "github.com/gin-gonic/gin" ) func declareMissionsRoutes(route *gin.RouterGroup) { }