microservice-matchmaking

module
v0.0.0-...-5e04c00 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2021 License: MIT

README

microservice-matchmaking

Matchmaking microservice for our online game framework.

Matchmaking endpoints

GET /queue/{user_id} Returns true if the user is in queue. user_id=[string]

GET /health/live Returns a Status OK when live.

GET /health/ready Returns a Status OK when ready or an error when dependencies are not available.

POST /queue Add new user to the queue.
Data Params

{
  "user_id": "string, required",
  "user_ip": "string, required",
}

DELETE /queue/{user_id} Delete user from queue. user_id=[string]

Directories

Path Synopsis
cmd
pkg
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL