hrtools/server/task.go
2021-04-28 14:11:24 +08:00

8 lines
85 B
Go

package main
import "github.com/gin-gonic/gin"
func PushQueue(c *gin.Context) {
}