Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSource ¶
type HTTPSource struct {
// contains filtered or unexported fields
}
HTTPSource is a binding for an http url endpoint invocation nolint:golint
func (*HTTPSource) Init ¶
func (h *HTTPSource) Init(metadata bindings.Metadata) error
Init performs metadata parsing
func (*HTTPSource) Read ¶
func (h *HTTPSource) Read(handler func(*bindings.ReadResponse) error) error
func (*HTTPSource) Write ¶
func (h *HTTPSource) Write(req *bindings.WriteRequest) error
Click to show internal directories.
Click to hide internal directories.