mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
5 lines
114 B
Go
5 lines
114 B
Go
package volume_server_pb
|
|
|
|
func (m *RemoteFile) BackendName() string {
|
|
return m.BackendType + "." + m.BackendId
|
|
}
|