hrtools/server/task.go

8 lines
85 B
Go
Raw Normal View History

2021-04-27 10:36:08 +00:00
package main
2021-04-28 06:11:24 +00:00
import "github.com/gin-gonic/gin"
2021-04-27 10:36:08 +00:00
func PushQueue(c *gin.Context) {
}