data.interfaces.v1: document types

This commit is contained in:
Jimmy Zelinskie 2017-03-22 15:44:12 -04:00 committed by Joseph Schorr
parent 178373293d
commit 72751592a3

View file

@ -13,6 +13,12 @@ class Repository(namedtuple('Repository', ['id', 'name', 'namespace_name', 'desc
'is_public', 'kind'])):
"""
Repository represents a namespaced collection of tags.
:type id: int
:type name: string
:type namespace_name: string
:type description: string
:type is_public: bool
:type kind: string
"""