mirror of
https://github.com/distribution/distribution.git
synced 2025-09-02 23:45:53 +00:00
Add class to repository scope
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user