More consistency with SeaweedFS name
Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user