Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESResponseIndex ¶
ESResponseIndex ...
type ElasticResponse ¶
type ElasticResponse struct { Took int Errors bool Items []ElasticResponseItem }
ElasticResponse ...
type ElasticResponseItem ¶
type ElasticResponseItem struct {
Index ESResponseIndex
}
ElasticResponseItem ...
type GapHandler ¶
type GapHandler struct {
// contains filtered or unexported fields
}
GapHandler ...
func NewGapHandler ¶
func NewGapHandler(gapURL string, httpClient HTTPClient, auth0Client Auth0Client) *GapHandler
NewGapHandler ...
func (*GapHandler) HandleFailedData ¶
func (g *GapHandler) HandleFailedData(data []elastic.BulkData, byteResponse []byte) (failedIndexes []elastic.BulkData, err error)
HandleFailedData ...
Click to show internal directories.
Click to hide internal directories.