PLT-4550 move webrtc to TE (#4440)
* PLT-4550 move webrtc to TE * remove webrtc from makefile enterprise tests
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
6289c72686
Коммит
772b57386f
@@ -1,23 +0,0 @@
|
||||
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
package einterfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/platform/model"
|
||||
)
|
||||
|
||||
type WebrtcInterface interface {
|
||||
Token(sessionId string) (map[string]string, *model.AppError)
|
||||
RevokeToken(sessionId string)
|
||||
}
|
||||
|
||||
var theWebrtcInterface WebrtcInterface
|
||||
|
||||
func RegisterWebrtcInterface(newInterface WebrtcInterface) {
|
||||
theWebrtcInterface = newInterface
|
||||
}
|
||||
|
||||
func GetWebrtcInterface() WebrtcInterface {
|
||||
return theWebrtcInterface
|
||||
}
|
||||
Ссылка в новой задаче
Block a user