wangchuanjin 10 kuukautta sitten
vanhempi
commit
fa5eb80073
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {