mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-14 13:46:18 +08:00
remove a comment
This commit is contained in:
@@ -18,7 +18,6 @@ type LookupResult struct {
|
||||
Error string `json:"error"`
|
||||
}
|
||||
|
||||
//TODO: Add a caching for vid here
|
||||
func Lookup(server string, vid storage.VolumeId) (*LookupResult, error) {
|
||||
values := make(url.Values)
|
||||
values.Add("volumeId", vid.String())
|
||||
|
Reference in New Issue
Block a user