| 18 | ) |
| 19 | |
| 20 | type imlSettingService struct { |
| 21 | store setting.ISettingStore `autowired:""` |
| 22 | } |
| 23 | |
| 24 | func (i *imlSettingService) All(ctx context.Context) (map[string]string, error) { |
| 25 | list, err := i.store.All(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected