()
| 460 | } |
| 461 | |
| 462 | func init() { |
| 463 | log.SetFormatter(&log.TextFormatter{DisableTimestamp: true}) |
| 464 | log.SetLevel(log.WarnLevel) |
| 465 | } |
| 466 | |
| 467 | func newRouteGroupPayload(modifier func(spec map[string]any)) map[string]any { |
| 468 | spec := map[string]any{ |
nothing calls this directly
no test coverage detected
searching dependent graphs…