(cb func(models.RouterGroup) bool)
| 17 | |
| 18 | type RoutingAPIRepository interface { |
| 19 | ListRouterGroups(cb func(models.RouterGroup) bool) (apiErr error) |
| 20 | } |
| 21 | |
| 22 | func NewRoutingAPIRepository(config coreconfig.Reader, gateway net.Gateway) RoutingAPIRepository { |
no outgoing calls
no test coverage detected