Versions in this module Expand all Collapse all v6 v6.4.2 Aug 17, 2020 Changes in this version + type ArtifactName string + type RegisterableArtifact interface + type Repository struct + func NewRepository() *Repository + func (repo *Repository) ArtifactFor(name ArtifactName) (runtime.Artifact, bool) + func (repo *Repository) AsMap() map[ArtifactName]runtime.Artifact + func (repo *Repository) RegisterArtifact(name ArtifactName, artifact RegisterableArtifact)