sources

package
v0.0.0-...-1818baa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

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 EventHandler interface {
	ProcessLine(string, *time.Time)
}

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL