Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
Values map[string]interface{}
// contains filtered or unexported fields
}
Container metadata to load a container
func NewContainer ¶
NewContainer creates a new instance of Container
func (*Container) AfterStart ¶
AfterStart will check the connection and execute migrations
func (*Container) ContainerName ¶
func (*Container) DockerFilePath ¶
func (*Container) PortBindings ¶
func (c *Container) PortBindings() map[docker.Port][]docker.PortBinding
Click to show internal directories.
Click to hide internal directories.