diff options
Diffstat (limited to 'go/filer/filer.go')
| -rw-r--r-- | go/filer/filer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/filer/filer.go b/go/filer/filer.go index 5a2584c4a..fd23e119c 100644 --- a/go/filer/filer.go +++ b/go/filer/filer.go @@ -1,6 +1,6 @@ package filer -type FileId string //file id on weedfs +type FileId string //file id in SeaweedFS type FileEntry struct { Name string `json:"name,omitempty"` //file name without path |
