rob05c commented on a change in pull request #5247:
URL: https://github.com/apache/trafficcontrol/pull/5247#discussion_r525517301
##########
File path: lib/go-atscfg/remapdotconfig.go
##########
@@ -192,37 +218,39 @@ func GetServerConfigRemapDotConfigForMid(
text := header
text += strings.Join(textLines, "")
- return text
+ return text, warnings, nil
}
-func GetServerConfigRemapDotConfigForEdge(
+// GetServerConfigRemapDotConfigForEdge returns the remap lines, any warnings,
and any error
Review comment:
Fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]