aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master_pb/master_helper.go
blob: 52006fdee7a293b46fcef6e7ef6ceeea8b5e8f37 (plain)
1
2
3
4
5
package master_pb

func (v *VolumeLocation) IsEmptyUrl() bool {
	return v.Url == "" || v.Url == ":0"
}