Documentation ¶ Index ¶ type HttpInput func NewHttpInput(options HttpInputOptions, logger sreCommon.Logger, tracer sreCommon.Tracer, ...) *HttpInput func (h *HttpInput) Start(wg *sync.WaitGroup, outputs *common.Outputs) type HttpInputOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type HttpInput ¶ type HttpInput struct { // contains filtered or unexported fields } func NewHttpInput ¶ func NewHttpInput(options HttpInputOptions, logger sreCommon.Logger, tracer sreCommon.Tracer, meter sreCommon.Meter) *HttpInput func (*HttpInput) Start ¶ func (h *HttpInput) Start(wg *sync.WaitGroup, outputs *common.Outputs) type HttpInputOptions ¶ type HttpInputOptions struct { K8sURL string RancherURL string AlertmanagerURL string Listen string Tls bool Cert string Key string Chain string HeaderTraceID string } Source Files ¶ View all Source files http.go Click to show internal directories. Click to hide internal directories.