()
| 33 | } |
| 34 | |
| 35 | func CheckUploadDir() bool { |
| 36 | return dir.CheckDirExist(path.UploadFilePath) |
| 37 | } |
| 38 | |
| 39 | // CheckDBConnection check database whether the connection is normal |
| 40 | func CheckDBConnection(dataConf *data.Database) bool { |
no test coverage detected