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 |
Click to show internal directories.
Click to hide internal directories.