Documentation ¶
Index ¶
Constants ¶
View Source
const ( StartStep = "START" EndStep = "END" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶ added in v0.0.2
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶ added in v0.0.2
func NewProcessor(conf *cfg.Config, outC chan []byte, inC chan []*lambda.LambdaEvent, runtimeDoneC chan struct{}) *Processor
NewProcessor initializes the log processor.
func (*Processor) Invoke ¶ added in v0.0.2
func (p *Processor) Invoke(e *lambda.InvokeEvent)
Click to show internal directories.
Click to hide internal directories.