Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SinkResponseHandler ¶
type SinkResponseHandler interface { OnSuccess(ctx *SinkResponseHandlerContext) OnError(ctx *SinkResponseHandlerContext) }
type SinkResponseHandlerContext ¶
type SinkResponseHandlerContext struct { Action *document.ESActionDocument Err error }
Click to show internal directories.
Click to hide internal directories.