package model import ( "github.com/gogf/gf/v2/os/gctx" ) var ( Ctx = gctx.New() IsEnd = make(chan bool, 1) )