10 lines
207 B
Protocol Buffer
10 lines
207 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "github.com/hashicorp/vault/helper/forwarding/types.proto";
|
|
|
|
package vault;
|
|
|
|
service RequestForwarding {
|
|
rpc ForwardRequest(forwarding.Request) returns (forwarding.Response) {}
|
|
}
|