aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/remote_pb/remote_pb_helper.go
blob: 665239f1a2a0b0a200068b4decd69cc03140107a (plain)
1
2
3
4
5
6
7
8
package remote_pb

import "google.golang.org/protobuf/proto"

func (fp *RemoteStorageLocation) Key() interface{} {
	key, _ := proto.Marshal(fp)
	return string(key)
}