Fugitive3dServerRepository

command module
v0.0.0-...-283e58d Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: MIT Imports: 11 Imported by: 0

README

Fugitive3dServerRepository

The server back end for Fugitive 3D's server browser

Responses

Servers registering for the first time are returned a 201/Created with a JSON response of:

{
  "result": "created"
}

When they register again, if it's within 60 seconds of the last update, they are returned a 200/OK with a JSON response of:

{
  "result": "updated"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
httpapi
Package httpapi provides mechanisms, like handlers, to implement an HTTP API for the application.
Package httpapi provides mechanisms, like handlers, to implement an HTTP API for the application.
Package srvrepo defines the public (externally importable) interfaces, types, and functions for interacting with the server repository.
Package srvrepo defines the public (externally importable) interfaces, types, and functions for interacting with the server repository.

Jump to

Keyboard shortcuts

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