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