Skip to content

Commit

Permalink
feat: remove Cache in dfs config
Browse files Browse the repository at this point in the history
  • Loading branch information
teamgramio committed Mar 13, 2023
1 parent a5da1d7 commit 9461bd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/service/dfs/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ package config

import (
"github.com/teamgram/teamgram-server/app/service/dfs/internal/minio_util"
"github.com/zeromicro/go-zero/core/stores/cache"
"github.com/zeromicro/go-zero/core/stores/kv"
"github.com/zeromicro/go-zero/rest"

Expand All @@ -21,7 +20,6 @@ import (
type Config struct {
zrpc.RpcServerConf
MiniHttp rest.RestConf
Cache cache.CacheConf
Minio minio_util.MinioConfig
IdGen zrpc.RpcClientConf
SSDB kv.KvConf
Expand Down

0 comments on commit 9461bd1

Please sign in to comment.