| 206 | ) |
| 207 | |
| 208 | type imlSettingController struct { |
| 209 | settingModule system.ISettingModule `autowired:""` |
| 210 | } |
| 211 | |
| 212 | func (i *imlSettingController) Get(ctx *gin.Context) (*system_dto.Setting, error) { |
| 213 | return i.settingModule.Get(ctx), nil |
nothing calls this directly
no outgoing calls
no test coverage detected