jpappa200 commented on code in PR #7192: URL: https://github.com/apache/trafficcontrol/pull/7192#discussion_r1025268669
########## lib/go-tc/enum.go: ########## @@ -143,6 +143,15 @@ const MonitorTypeName = "TRAFFIC_MONITOR" // properly, and new code should not check this. const MonitorProfilePrefix = "TRAFFIC_MONITOR" +// RascalTypeName is the Name of the Type which must be assigned to a server +// for it to be treated as a Traffic Monitor instance by ATC. +// +// "Rascal" is a legacy name for Traffic Monitor. +// +// Note that there is, in general, no guarantee that a Type with this name +// exists in Traffic Ops at any given time. +const RascalTypeName = "RASCAL" + Review Comment: removed -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
