Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESActionDocument ¶
type ESActionDocument struct { Routing *string Type EsAction IndexName string Source []byte ID []byte }
func NewDeleteAction ¶
func NewDeleteAction(key []byte, routing *string) ESActionDocument
func NewIndexAction ¶
func NewIndexAction(key []byte, source []byte, routing *string) ESActionDocument
Click to show internal directories.
Click to hide internal directories.