github.com/liamawhite/cli-with-i18n@v6.32.1-0.20171122084555-dede0a5c3448+incompatible/cf/models/docker.go (about)

     1  package models
     2  
     3  type ManifestDocker struct {
     4  	Image    string
     5  	Username string
     6  }