Added method to show one namespace
This commit is contained in:
parent
124e4f4a5b
commit
06cae09f77
6 changed files with 199 additions and 13 deletions
|
|
@ -36,11 +36,8 @@ func GetAllNamespacesByUserID(userID int64) (namespaces []*Namespace, err error)
|
|||
|
||||
// Get all namespaces of teams that user is part of
|
||||
/*err = x.Table("namespaces").
|
||||
Join("INNER", ).
|
||||
Find(namespaces)*/
|
||||
|
||||
|
||||
|
||||
Join("INNER", ).
|
||||
Find(namespaces)*/
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue