优化通道关闭流程,只靠 batch id 索引通道
This commit is contained in:
@@ -18,7 +18,7 @@ var Channel ChannelService = &channelBaiyinService{}
|
||||
// 通道服务
|
||||
type ChannelService interface {
|
||||
CreateChannels(source netip.Addr, resourceId int32, authWhitelist bool, authPassword bool, count int, edgeFilter ...EdgeFilter) ([]*m.Channel, error)
|
||||
RemoveChannels(batch string, ids []int32) error
|
||||
RemoveChannels(batch string) error
|
||||
}
|
||||
|
||||
// 授权方式
|
||||
|
||||
Reference in New Issue
Block a user