소스 검색

feat:xiugai

wangchuanjin 9 달 전
부모
커밋
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 {