Versions in this module Expand all Collapse all v1 v1.1.0 Feb 27, 2017 Changes in this version + func FullName(repo, branch, tag string) (string, error) + func GetTag(repo, branch, tag string) (string, error) + func InitECR(c *ECRConfig) error + func InitRegistry(c *RegistryConfig) error + type ECRConfig struct + AccessKeyID string + BranchDelimiter string + Namespace string + Region string + RegistryID *string + SecretAccessKey string + type ECRService struct + func (s *ECRService) FullName(repo, branch, tag string) (string, error) + func (s *ECRService) GetRepository(repo string, branches []string) ([]*Image, error) + func (s *ECRService) GetTag(repo, branch, tag string) (string, error) type Image + Revision string + type RegistryConfig struct + BaseURL string + BranchDelimiter string + Namespace string + Password string + Username string + type RegistryService struct + func (s *RegistryService) FullName(repo, branch, tag string) (string, error) + func (s *RegistryService) GetRepository(repo string, branches []string) ([]*Image, error) + func (s *RegistryService) GetTag(repo, branch, tag string) (string, error) type Service + FullName func(repo, branch, tag string) (string, error) + GetTag func(repo, branch, tag string) (string, error) v1.0.0 Jun 29, 2016 Changes in this version + func GetTagImageIDs(repo, tag string) ([]string, error) + func InitQuay(c *QuayConfig) error + type Image struct + Branch string + ID string + LastModified time.Time + Size int + Tag string + func GetRepository(repo string, withBranches bool) ([]*Image, error) + type NotFoundError struct + func (e *NotFoundError) Error() string + type QuayConfig struct + Namespace string + Token string + type QuayRepositoryResponse struct + Tags map[string]map[string]interface{} + type QuayService struct + func (s *QuayService) GetRepository(repo string, withBranches bool) ([]*Image, error) + func (s *QuayService) GetTagImageIDs(repo, tag string) ([]string, error) + type QuayTagImagesResponse struct + Tags []map[string]interface{} + type Service interface + GetRepository func(repo string, withBranches bool) ([]*Image, error) + GetTagImageIDs func(repo, tag string) ([]string, error) Incompatible versions in this module v2.0.0+incompatible Feb 27, 2017