Can compile now. not working just yet.

This commit is contained in:
Chris Lu
2014-05-12 22:57:23 -07:00
parent 8ceaaa6c4f
commit 328aa48c6a
5 changed files with 209 additions and 4 deletions

View File

@@ -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 {