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

Struct FailoverRoute

awsrr.go:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type FailoverRoute struct {
95 Failover string
96}
97
98func (f *FailoverRoute) String() string {
99 return KeyValues{"routing", "FAILOVER", "failover", f.Failover}.String()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected