package exec
import "github.com/testcontainers/testcontainers-go/exec"
Index ¶
Types ¶
type ProcessOption ¶
type ProcessOption interface { Apply(opts *ProcessOptions) }
ProcessOption defines a common interface to modify the reader processor These options can be passed to the Exec function in a variadic way to customize the returned Reader instance
func Multiplexed ¶
func Multiplexed() ProcessOption
type ProcessOptionFunc ¶
type ProcessOptionFunc func(opts *ProcessOptions)
func (ProcessOptionFunc) Apply ¶
func (fn ProcessOptionFunc) Apply(opts *ProcessOptions)
type ProcessOptions ¶
ProcessOptions defines options applicable to the reader processor
Source Files ¶
- Version
- v0.20.0
- Published
- May 8, 2023
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 2 hours ago –
Tools for package owners.