mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
Can compile now. not working just yet.
This commit is contained in:
@@ -5,8 +5,8 @@ import ()
|
||||
type FileId string //file id on weedfs
|
||||
|
||||
type FileEntry struct {
|
||||
Name string //file name without path
|
||||
Id FileId
|
||||
Name string `json:"name,omitempty"` //file name without path
|
||||
Id FileId `json:"fid,omitempty"`
|
||||
}
|
||||
|
||||
type Filer interface {
|
||||
|
Reference in New Issue
Block a user