entity_kit v0.2.0 Manganese.EntityKit.Structs.EntitiesSearchResult
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Manganese.EntityKit.Structs.EntitiesSearchResult{ count: non_neg_integer(), entities: Manganese.EntityKit.Structs.EntitiesCollection.t(), entity_ids: [integer()], parameters: term() }
Link to this section Functions
Link to this function
put_count(search_result, count)
Link to this function
put_entities(search_result, entity_type, entities)
Link to this function
put_entity(search_result, entity_type, entity)
Link to this function