DistributedEcs v0.1.3 DistributedEcs.Store behaviour View Source
Link to this section Summary
Link to this section Types
Link to this type
return_type()
View Source
return_type() :: {:ok, DistributedEcs.Entity.t()} | {:error, term()}
Link to this section Callbacks
Link to this callback
get_entity(pos_integer)
View Source
get_entity(pos_integer()) :: return_type()
Link to this callback
save_entity(arg0)
View Source
save_entity(DistributedEcs.Entity.t()) :: return_type()