MCPcopy Create free account
hub / github.com/AdRoll/baker / LogLine

Struct LogLine

input/inputtest/logline.go:21–23  ·  view source on GitHub ↗

A LogLine input is a Baker input used for testing.

Source from the content-addressed store, hash-verified

19
20// A LogLine input is a Baker input used for testing.
21type LogLine struct {
22 LogLineConfig
23}
24
25// NewLogLine creates a LogLine baker input.
26func NewLogLine(cfg baker.InputParams) (baker.Input, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected