command
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Sep 10, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
RPC Web Service
This is a sample of a "modern" RPC web service that implements the
Hello service. The IdP service is required to be running and
accessible.
Running
See the parent README.MD for instructions to run
the example services together.
Endpoints
This example implements a RPC API using the Go standard library rpc
package. The specification below is expressed in terms of gRPC:
package idp;
message Message {
string RequestID = 1;
string UserID = 2;
string Language = 3;
string Name = 4;
}
service Idp {
rpc Greeting(Message) returns (string);
rpc Healthcheck(string) returns (bool);
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.