Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpSource ¶
type HttpSource struct { source.SourceBase // contains filtered or unexported fields }
func NewHttpSource ¶
func NewHttpSource(cfg *HttpSourceConf) *HttpSource
type HttpSourceConf ¶
type HttpSourceConf struct { source.SourceConfCommon `json:",inline" yaml:",inline"` Port int `json:"port" yaml:"port"` // If set the http source will not return the processor response // to the caller IgnoreProcessorResponse bool `json:"ignoreProcessorResponse" yaml:"ignoreProcessorResponse"` }
func (*HttpSourceConf) IsFireAndForget ¶
func (s *HttpSourceConf) IsFireAndForget() bool
Click to show internal directories.
Click to hide internal directories.