This file will not be regenerated automatically. It serves as dependency injection for your app, add any dependencies you require here.
| 7 | // It serves as dependency injection for your app, add any dependencies you require here. |
| 8 | |
| 9 | type Resolver struct { |
| 10 | CharacterStore map[string]model.Character |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected