package
7.0.1+incompatible
Repository: https://github.com/apache/trafficcontrol.git
Documentation: pkg.go.dev
# Functions
New returns a new empty TOData object, initializing pointer members.
NewRegexes constructs a new Regexes object, initializing internal pointer members.
NewThreadsafe returns a new TOData object, wrapped to be safe for multiple goroutine readers and a single writer.
# Structs
CRConfig is the CrConfig data needed by TOData.
Regexes maps Delivery Service Regular Expressions to delivery services.
TOData holds CDN data fetched from Traffic Ops.
TODataThreadsafe provides safe access for multiple goroutine writers and one goroutine reader, to the encapsulated TOData object.