Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transformer ¶
type Transformer struct{}
Transformer represents an instance of the ResponseTransformer interface
func (*Transformer) TransformSearchResponse ¶
func (t *Transformer) TransformSearchResponse(ctx context.Context, responseData []byte) ([]byte, error)
TransformSearchResponse transforms an elastic search response into a structure that matches the v1 api specification
Click to show internal directories.
Click to hide internal directories.