From 9461bd15a01f5d85974d205e0bc3a09386797c36 Mon Sep 17 00:00:00 2001 From: "teamgram.io" <74940245+teamgramio@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:11:20 +0800 Subject: [PATCH] feat: remove Cache in dfs config --- app/service/dfs/internal/config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/service/dfs/internal/config/config.go b/app/service/dfs/internal/config/config.go index b00121e55..97e512630 100644 --- a/app/service/dfs/internal/config/config.go +++ b/app/service/dfs/internal/config/config.go @@ -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" @@ -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