| 9 | ) |
| 10 | |
| 11 | type routingAPIRepository struct { |
| 12 | config coreconfig.Reader |
| 13 | gateway net.Gateway |
| 14 | } |
| 15 | |
| 16 | //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RoutingAPIRepository |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected