mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-01 17:22:47 +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
|
|
}
|