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

Struct InputDesc

desc.go:68–73  ·  view source on GitHub ↗

InputDesc describes an Input component to the topology.

Source from the content-addressed store, hash-verified

66
67// InputDesc describes an Input component to the topology.
68type InputDesc struct {
69 Name string // Name of the input
70 New func(InputParams) (Input, error) // New is the constructor-like function called by the topology to create a new input
71 Config interface{} // Config is the component configuration
72 Help string // Help string
73}
74
75// FilterDesc describes a Filter component to the topology.
76type FilterDesc struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected