| 38 | } |
| 39 | |
| 40 | type BackendRemoteHuman struct { |
| 41 | view *View |
| 42 | renderer *jsonformat.Renderer |
| 43 | } |
| 44 | |
| 45 | // TODO meta-refactor: after the refactor where backend logic is extracted in its own component, |
| 46 | // check if this view can be plugged correctly and returned by the Backend view instead. |
nothing calls this directly
no outgoing calls
no test coverage detected