topic.go 124 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6 7
package global

const (
	LoginLog   = "login_log_queue"
	OperateLog = "operate_log_queue"
	ApiCheck   = "api_check_queue"
)