queue.go 131 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6 7 8 9 10
package mic_k

// onMic异步入库
const (
	OnMicQueue = "onMic:hilo_group"
)

func GetOnMicQueue() string {
	return OnMicQueue
}