core/docking/zone.go
Functions
func String
func (z Zone) String() string {
if int(z) < len(zoneNames) {
return zoneNames[z]
}
return zoneUnknownStr
}
func (z Zone) String() string {
if int(z) < len(zoneNames) {
return zoneNames[z]
}
return zoneUnknownStr
}
String returns a human-readable name for the zone.