5 lines
114 B

  1. package volume_server_pb
  2. func (m *RemoteFile) BackendName() string {
  3. return m.BackendType + "." + m.BackendId
  4. }