Skip to content
Snippets Groups Projects
Commit b87f6d15 authored by Alex Clemmer's avatar Alex Clemmer
Browse files

Introduce `registry.Manager` abstraction + impl for GitHub

The vast majority of ksonnet apps will know about at least one registry,
the official ksonnet `incubator` registry. In general, managing
registries can involve fairly complex logic (e.g., resolving a reference
to a registry to a remote registry specification; finding all
libraries exposed by a registry; and so on).

This commit will introduce the `registry.Manager` abstraction, as well
as an implementation for registries hosted as GitHub repositories.
parent 4dd0dd7a
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment