v1: refactor index
This commit is contained in:
parent
419779b9c5
commit
d67991987b
3 changed files with 93 additions and 51 deletions
|
@ -11,7 +11,8 @@ class ManifestJSON(namedtuple('ManifestJSON', ['digest', 'json', 'media_type']))
|
|||
"""
|
||||
|
||||
|
||||
class Repository(namedtuple('Repository', ['id', 'name', 'namespace_name'])):
|
||||
class Repository(namedtuple('Repository', ['id', 'name', 'namespace_name', 'description',
|
||||
'is_public'])):
|
||||
"""
|
||||
Repository represents a collection of tags.
|
||||
"""
|
||||
|
|
Reference in a new issue