cicd: robot automated Change

This commit is contained in:
cubxxw
2023-11-05 10:46:55 +00:00
committed by Xinwei Xiong(cubxxw)
parent b562da5c37
commit 762ff65225
9 changed files with 39 additions and 22 deletions
+5 -3
View File
@@ -16,13 +16,15 @@ package controller
import (
"context"
"path/filepath"
"time"
"github.com/redis/go-redis/v9"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/cache"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/s3"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/s3/cont"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/table/relation"
"github.com/redis/go-redis/v9"
"path/filepath"
"time"
)
type S3Database interface {