aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/volume_server_pb/volume_server_helper.go
blob: 356be27ff636aacc84a46a1befd292cc7524aedc (plain)
1
2
3
4
5
package volume_server_pb

func (m *RemoteFile) BackendName() string {
	return m.BackendType + "." + m.BackendId
}