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

Struct WeightedRoute

awsrr.go:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144type WeightedRoute struct {
145 Weight int64
146}
147
148func (f *WeightedRoute) String() string {
149 return KeyValues{"routing", "WEIGHTED", "weight", f.Weight}.String()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected