MCPcopy Create free account
hub / github.com/barnybug/cli53 / LatencyRoute

Struct LatencyRoute

awsrr.go:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132type LatencyRoute struct {
133 Region string
134}
135
136func (f *LatencyRoute) String() string {
137 return KeyValues{"routing", "LATENCY", "region", f.Region}.String()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected