This commit is contained in:
Chris Lu
2020-11-15 16:59:28 -08:00
parent 95c0de285d
commit 0ea5c087ce
7 changed files with 11 additions and 12 deletions

View File

@@ -141,6 +141,7 @@ func IsRename(event *SubscribeMetadataResponse) bool {
}
var _ = ptrie.KeyProvider(&FilerConf_PathConf{})
func (fp *FilerConf_PathConf) Key() interface{} {
return fp.LocationPrefix
}