mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 08:16:52 +08:00
go vet
This commit is contained in:
@@ -10,12 +10,12 @@ import (
|
||||
)
|
||||
|
||||
type Location struct {
|
||||
Url string "url"
|
||||
PublicUrl string "publicUrl"
|
||||
Url string `json:"url"`
|
||||
PublicUrl string `json:"publicUrl"`
|
||||
}
|
||||
type LookupResult struct {
|
||||
Locations []Location "locations"
|
||||
Error string "error"
|
||||
Locations []Location `json:"locations"`
|
||||
Error string `json:"error"`
|
||||
}
|
||||
|
||||
//TODO: Add a caching for vid here
|
||||
|
Reference in New Issue
Block a user