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

Method String

awsrr.go:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98func (f *FailoverRoute) String() string {
99 return KeyValues{"routing", "FAILOVER", "failover", f.Failover}.String()
100}
101
102func (f *FailoverRoute) Parse(kvs KeyValues) {
103 f.Failover = kvs.GetString("failover")

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected