This commit is contained in:
Chris Lu
2019-12-28 21:13:10 -08:00
parent 8fbc0a9163
commit 0cc8347a3a
4 changed files with 1 additions and 5 deletions

View File

@@ -12,10 +12,8 @@ import (
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
)
// MaybeLoadVolumeInfo load the file data as *volume_server_pb.VolumeInfo, the returned volumeInfo will not be nil
func MaybeLoadVolumeInfo(fileName string) (*volume_server_pb.VolumeInfo, bool) {