Documentation ¶ Index ¶ type HttpInput func New() (*HttpInput, error) func (h *HttpInput) GetHTTPEndPoints() []stypes.Endpoint func (h *HttpInput) Name() string func (h *HttpInput) Start(handler input.Handler) error func (h *HttpInput) Stop() error 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 New ¶ func New() (*HttpInput, error) func (*HttpInput) GetHTTPEndPoints ¶ func (h *HttpInput) GetHTTPEndPoints() []stypes.Endpoint func (*HttpInput) Name ¶ func (h *HttpInput) Name() string func (*HttpInput) Start ¶ func (h *HttpInput) Start(handler input.Handler) error func (*HttpInput) Stop ¶ func (h *HttpInput) Stop() error Source Files ¶ View all Source files http.go response.go Click to show internal directories. Click to hide internal directories.