add user to the front end

This commit is contained in:
Henrique Dias
2016-08-21 19:44:09 +01:00
parent 87de0ae1be
commit 076245339d
6 changed files with 634 additions and 19 deletions

View File

@@ -24,6 +24,7 @@ type Info struct {
Name string
Path string
IsDir bool
User *config.UserConfig
Config *config.Config
Data interface{}
}