Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
12dce033d6
Коммит
21a86506f9
@@ -28,8 +28,10 @@ const (
|
||||
type SuiteIFace interface {
|
||||
GetSession(token string) (*model.Session, *model.AppError)
|
||||
RolesGrantPermission(roleNames []string, permissionId string) bool
|
||||
HasPermissionToReadChannel(c request.CTX, userID string, channel *model.Channel) bool
|
||||
UserCanSeeOtherUser(c request.CTX, userID string, otherUserId string) (bool, *model.AppError)
|
||||
HasPermissionToReadChannel(rctx request.CTX, userID string, channel *model.Channel) (bool, bool)
|
||||
UserCanSeeOtherUser(rctx request.CTX, userID string, otherUserId string) (bool, *model.AppError)
|
||||
MakeAuditRecord(rctx request.CTX, event string, initialStatus string) *model.AuditRecord
|
||||
LogAuditRec(rctx request.CTX, auditRec *model.AuditRecord, err error)
|
||||
}
|
||||
|
||||
type webConnActivityMessage struct {
|
||||
|
||||
Ссылка в новой задаче
Block a user