Add Groups to UserInfo
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 6 Oct 2017 09:33:02 +0000 (11:33 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 27 Apr 2018 15:14:51 +0000 (17:14 +0200)
Change-Id: Ie8369804df2eb6fa79bffe1895b6737c14ad74d1
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
boruta.go

index a80e1ed..85ed9ce 100644 (file)
--- a/boruta.go
+++ b/boruta.go
@@ -85,7 +85,10 @@ const (
 )
 
 // UserInfo is a definition of the User or the Admin.
-type UserInfo struct{}
+type UserInfo struct {
+       // Groups defines workers group that are accessible for user's requests.
+       Groups Groups
+}
 
 // ReqInfo describes the Request.
 type ReqInfo struct {