Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogConsumer ¶
type LogConsumer struct {
Stdout, Stderr [][]byte
// contains filtered or unexported fields
}
func (*LogConsumer) Accept ¶
func (lc *LogConsumer) Accept(l testcontainers.Log)
func (*LogConsumer) StderrFile ¶
func (lc *LogConsumer) StderrFile() []byte
func (*LogConsumer) StderrLen ¶
func (lc *LogConsumer) StderrLen() int
func (*LogConsumer) StdoutFile ¶
func (lc *LogConsumer) StdoutFile() []byte
func (*LogConsumer) StdoutLen ¶
func (lc *LogConsumer) StdoutLen() int
Click to show internal directories.
Click to hide internal directories.