| 21 | ) |
| 22 | |
| 23 | type imlSettingModule struct { |
| 24 | settingService setting.ISettingService `autowired:""` |
| 25 | transaction store.ITransaction `autowired:""` |
| 26 | } |
| 27 | |
| 28 | func (i *imlSettingModule) Get(ctx context.Context) *system_dto.Setting { |
| 29 | v, err := i.settingService.All(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected