Documentation ¶
Index ¶
Constants ¶
View Source
const (
MySQLPort = "3306"
)
View Source
const (
PostgresPort = "5432"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apache ¶
type Apache struct {
// contains filtered or unexported fields
}
func (*Apache) ContainerName ¶
type MySQL ¶
type MySQL struct {
// contains filtered or unexported fields
}
func (*MySQL) ContainerName ¶
type Postgres ¶
type Postgres struct {
// contains filtered or unexported fields
}
func NewPostgres ¶
func (*Postgres) ContainerName ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func (*Router) ContainerName ¶
type Service ¶
type SiteNginx ¶
type SiteNginx struct {
// contains filtered or unexported fields
}
func NewSiteNginx ¶
func (*SiteNginx) ContainerName ¶
type SitePHPFPM ¶
type SitePHPFPM struct {
// contains filtered or unexported fields
}
func NewSitePHPFPM ¶
func NewSitePHPFPM(docker *docker.Docker, name string, projectPath string) *SitePHPFPM
func (*SitePHPFPM) ContainerName ¶
func (sp *SitePHPFPM) ContainerName() string
Click to show internal directories.
Click to hide internal directories.