const (
// ImageUnspecified is a Image of type Unspecified. ImageUnspecified Image = iota// ImageMySQL is a Image of type MySQL. ImageMySQL
// ImagePostgres is a Image of type Postgres. ImagePostgres
// ImageMongo is a Image of type Mongo. ImageMongo
)