wangchuanjin 10 ヶ月 前
コミット
fa5eb80073
1 ファイル変更1 行追加0 行削除
  1. 1 0
      api/internal/config/config.go

+ 1 - 0
api/internal/config/config.go

@@ -11,6 +11,7 @@ type Config struct {
 		ServerCode string
 		Etcd       []string
 	}
+	CacheTimeOut int
 }
 
 type Db struct {