Versions in this module Expand all Collapse all v0 v0.0.2 Jan 11, 2020 v0.0.1 Jan 9, 2020 Changes in this version + func ConvertImagePathForECR(imageName, region, accountId string) string + func DigYaml(y interface{}, keys ...interface{}) (interface{}, error) + func GetUsingImages(manifest map[interface{}]interface{}) ([]string, error) + func ImageTransfer(pullImageName, region, accountId string, wg *sync.WaitGroup, bar *mpb.Bar, ...) + func ParseMultiDocYaml(filepath string) ([]map[interface{}]interface{}, error) + func ReplaceUsingImages(manifest map[interface{}]interface{}, region, accountId string) (map[interface{}]interface{}, error) + type ImageName struct + RepositoryName string + Tag string + func SeparateImageName(imageName string) (ImageName, error)