asobi_match_controller (asobi v0.84.0)
View SourceSummary
Functions
-spec index(cowboy_req:req()) -> {json, map()}.
-spec live(cowboy_req:req()) -> {json, map()}.
Live, joinable matches. index/1 reads the record table, which is
finished-match history; this enumerates running match processes.
-spec show(cowboy_req:req()) -> {json, map()} | {asobi_error, asobi_error:code()}.