asobi_match_controller (asobi v0.72.5)

View Source

Summary

Functions

Live, joinable matches. index/1 reads the record table, which is finished-match history; this enumerates running match processes.

Functions

index/1

-spec index(cowboy_req:req()) -> {json, map()}.

live/1

-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.

show/1

-spec show(cowboy_req:req()) -> {json, map()} | {asobi_error, asobi_error:code()}.