Versions in this module Expand all Collapse all v1 v1.51.4 Oct 3, 2022 Changes in this version + func SetLocalityID(addr resolver.Address, l LocalityID) resolver.Address + type LocalityID struct + Region string + SubZone string + Zone string + func GetLocalityID(addr resolver.Address) LocalityID + func LocalityIDFromString(s string) (ret LocalityID, _ error) + func (l LocalityID) Equal(o interface{}) bool + func (l LocalityID) ToString() (string, error)