Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Routing *string IndexName string Type ActionType Source []byte ID []byte }
func NewDeleteAction ¶
type ActionType ¶
type ActionType string
const ( Index ActionType = "Index" Delete ActionType = "Delete" ScriptUpdate ActionType = "ScriptUpdate" )
type ResponseHandler ¶
type ResponseHandler interface { OnSuccess(ctx *ResponseHandlerContext) OnError(ctx *ResponseHandlerContext) OnInit(ctx *ResponseHandlerInitContext) }
type ResponseHandlerContext ¶
Click to show internal directories.
Click to hide internal directories.