Versions in this module Expand all Collapse all v1 v1.4.0 Mar 22, 2019 Changes in this version + type PolicyDocument struct + Statement []StatementEntry + Version string + type PrincipalEntry struct + AWS []string + type ProgressDisplay struct + Bars map[string]int + Lines int + func (p *ProgressDisplay) Update(data *ProgressLine) + type ProgressLine struct + Error string + ID string + Progress string + ProgressDetail map[string]int + Status string + type PushCommand struct + type Registry struct + Repositories map[string]Repository + func NewRegistry() *Registry + func (r *Registry) CreateRepository(name string) (*ecr.Repository, error) + func (r *Registry) FetchAll() error + func (r *Registry) GetRepositories() []Repository + func (r *Registry) PushRepository(name string, versions []string) error + type Repository struct + LatestTag string + Name string + Tags []string + URI string + type StatementEntry struct + Action []string + Effect string + Principal PrincipalEntry + Sid string v1.4.0-rc3 Feb 22, 2019