You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gojobs/jobs_get.go

14 lines
291 B

package gojobs
func (j *JobsGorm) getCornKeyIp() string {
return j.config.cornPrefix + "_" + j.config.outsideIp
}
func (j *JobsGorm) getCornKeyChannel() string {
return j.config.cornKeyIp + "_ch"
}
func (j *JobsGorm) getCornKeyChannels() string {
return j.config.cornKeyIp + "_ch_*"
}