()
| 112 | } |
| 113 | |
| 114 | func (u *SettingService) GetFileHistorySettingInfo() (*response.FileHistorySettingInfo, error) { |
| 115 | return historyService.GetSettingInfo() |
| 116 | } |
| 117 | |
| 118 | func (u *SettingService) GetWebsiteDir() string { |
| 119 | value, _ := settingRepo.GetValueByKey("WEBSITE_DIR") |
nothing calls this directly
no test coverage detected