Versions in this module Expand all Collapse all v0 v0.9.1 Jun 28, 2026 v0.9.0 Jun 27, 2026 Changes in this version + func Run(ctx context.Context, req Request) (int, error) + type ContainerRunner interface + RunContainer func(ctx context.Context, serviceName, cmd string, env []string, ...) (int, error) + type Request struct + AllowPatterns []string + Command string + ContainerEnvPassthrough []string + ContainerRunner ContainerRunner + DropPatterns []string + Stderr io.Writer + Stdout io.Writer