You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only callback exposed by sumo_backend is start_link, and that function receives a list of options, which can be handled by sumo_store:init/1 as well, so there is no need to keep two separated behaviours, the proposal would be create a single one called sumo_repo.
The text was updated successfully, but these errors were encountered:
Currently, the only callback exposed by
sumo_backend
isstart_link
, and that function receives a list of options, which can be handled bysumo_store:init/1
as well, so there is no need to keep two separated behaviours, the proposal would be create a single one calledsumo_repo
.The text was updated successfully, but these errors were encountered: