Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference package #2131

Merged
merged 2 commits into from
Jan 10, 2017
Merged

Conversation

dmcgowan
Copy link
Collaborator

@dmcgowan dmcgowan commented Jan 9, 2017

Needed another rebase which was not caught before merge. Now using go-digest package.
Additionally unexported the NamedRepository interface. This is not currently needed outside the package and we might want to merge it into Named. In the latter case, we don't want to be in a position where we need to keep around unneeded interfaces because they were previously exported.

Signed-off-by: Derek McGowan <[email protected]> (github: dmcgowan)
NamedRepository only needs to be used internally. Additionally this
interface may go away in the future and be merged with Named.

Signed-off-by: Derek McGowan <[email protected]> (github: dmcgowan)
@aaronlehmann
Copy link
Contributor

LGTM

1 similar comment
@stevvooe
Copy link
Collaborator

LGTM

@aaronlehmann aaronlehmann merged commit 129ad8e into distribution:master Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants