# Functions
No description provided by the author
*
Sample usage:
resultInterfaces, err := operations.GetAllGeneric(client, motorIndex, "item", elastic.NewQueryStringQuery("id:12"), func(message *json.RawMessage) (interface{}, error) {
var e motor.Application
err := json.Unmarshal(*message, &e)
return e, err
})
if err != nil {
return err
}
results = funk.Map(resultInterfaces, func(i interface{}) Data {
return i.(Data)
}).([]Data)
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author