Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NamedPipeProcessorComponentName is the name of the component // that reads from a named pipe. This is used in the health check. NamedPipeProcessorComponentName = "named-pipe-processor" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedPipeIngester ¶
type NamedPipeIngester struct { Logger *zap.SugaredLogger Health *health.Health }
func NewNamedPipeIngester ¶
func NewNamedPipeIngester(logger *zap.SugaredLogger, h *health.Health) NamedPipeIngester
Click to show internal directories.
Click to hide internal directories.