Documentation
¶
Overview ¶
Package docker provides a middleware for execution within a Docker (Compose) container
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerMiddleware ¶
type DockerMiddleware struct {
}
Docker Executor
func NewDockerMiddleware ¶
func NewDockerMiddleware() DockerMiddleware
func (DockerMiddleware) Apply ¶
func (dockerMiddleware DockerMiddleware) Apply( run *pipeline.Run, next func(*pipeline.Run), _ *middleware.ExecutionContext, )
func (DockerMiddleware) String ¶
func (_ DockerMiddleware) String() string
Click to show internal directories.
Click to hide internal directories.