front-srv/

directory
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2018 License: AGPL-3.0

README

FrontLog Service

A super simple REST service logging every request to the standard input. Used by the PHP Frontend to log operations and errors using the application official format.

The REST service conforms to the following:

service FrontLogService {
    rpc Log(FrontLogMessage) returns (FrontLogResponse) {
        option (google.api.http) =  {
            put: "/frontlogs"
            body: "*"
        };
    }
}

Directories

Path Synopsis
Package rest is a service for serving specific requests directly to frontend
Package rest is a service for serving specific requests directly to frontend
Package web is a service for providing additional plugins to PHP frontend
Package web is a service for providing additional plugins to PHP frontend

Jump to

Keyboard shortcuts

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