房间麦克风热点计数
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.
 
 
 

10 lines
319 B

package server
import (
"git.gz.internal.jumaiyx.cn/job/room-mike-hot-timer/pkg/server/gift"
"git.gz.internal.jumaiyx.cn/job/room-mike-hot-timer/pkg/server/message"
"github.com/google/wire"
)
// ProviderServerSet is data providers.
var ProviderServerSet = wire.NewSet(message.NewMessageClient, gift.NewGiftClient)