remove office

This commit is contained in:
withchao
2023-05-31 17:54:05 +08:00
parent 54b651765b
commit 1d4b5960d2
11 changed files with 0 additions and 247 deletions
-18
View File
@@ -1,18 +0,0 @@
package controller
import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/unrelation"
)
func NewOfficeDatabase(mgo *unrelation.Mongo) OfficeDatabase {
return &officeDatabase{mgo: mgo}
}
type OfficeDatabase interface {
// table.unrelation.office.go
// unrelation.office.go
}
type officeDatabase struct {
mgo *unrelation.Mongo
}
-1
View File
@@ -1 +0,0 @@
package unrelation
-1
View File
@@ -1 +0,0 @@
package unrelation