command
module
Version:
v0.0.0-...-6194787
Opens a new window with list of versions in this module.
Published: May 11, 2017
License: BSD-3-Clause
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
protoc-gen-endpoint
protoc-gen-endpoint is a protobuf plugin that allows generating extra
information for google.api.http.
Usage
service Server {
rpc Foo(Bar) returns (Baz) {
option (google.api.http) = {
get: "/v1/foo"
};
option (proto.endpoint) = {
unauthenticated: true
};
}
}
Once protoc-gen-endpoint
is installed in $PATH, the program can be used with
protoc via the flag: --endpoint_out
License
BSD 3 clause
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package proto is a generated protocol buffer package.
|
Package proto is a generated protocol buffer package. |
Package tables implements (URL, HTTP method) -> SermoCRM Action lookup tables.
|
Package tables implements (URL, HTTP method) -> SermoCRM Action lookup tables. |
Click to show internal directories.
Click to hide internal directories.