wangchuanjin 9 сар өмнө
parent
commit
fa5eb80073

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

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