MCPcopy Create free account
hub / github.com/LockGit/gochat / init

Function init

task/push.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23var pushChannel []chan *PushParams
24
25func init() {
26 pushChannel = make([]chan *PushParams, config.Conf.Task.TaskBase.PushChan)
27}
28
29func (task *Task) GoPush() {
30 for i := 0; i < len(pushChannel); i++ {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected