Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerProcessor ¶
type DockerProcessor struct {
// contains filtered or unexported fields
}
func NewDockerProcessor ¶
func NewDockerProcessor(handler EventHandler, label string, logger logger) *DockerProcessor
func (*DockerProcessor) Process ¶
func (d *DockerProcessor) Process()
type EventHandler ¶
type StdinProcessor ¶
type StdinProcessor struct {
// contains filtered or unexported fields
}
func NewIOProcessor ¶
func NewIOProcessor(input io.Reader, handler EventHandler) *StdinProcessor
func NewStdinProcessor ¶
func NewStdinProcessor(handler EventHandler) *StdinProcessor
func (*StdinProcessor) Process ¶
func (p *StdinProcessor) Process()
Click to show internal directories.
Click to hide internal directories.