mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove a comment
This commit is contained in:
parent
0702eee3b1
commit
5eac4f043a
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue