forked from TrueCloudLab/distribution
Add class to repository scope
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
e10634f8c3
commit
01509db714
3 changed files with 10 additions and 3 deletions
|
@ -66,8 +66,9 @@ type UserInfo struct {
|
|||
|
||||
// Resource describes a resource by type and name.
|
||||
type Resource struct {
|
||||
Type string
|
||||
Name string
|
||||
Type string
|
||||
Class string
|
||||
Name string
|
||||
}
|
||||
|
||||
// Access describes a specific action that is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue