open-vault/vault/request_forwarding_service....

10 lines
207 B
Protocol Buffer
Raw Normal View History

2016-08-19 15:03:53 +00:00
syntax = "proto3";
import "github.com/hashicorp/vault/helper/forwarding/types.proto";
package vault;
service RequestForwarding {
2017-01-06 22:08:43 +00:00
rpc ForwardRequest(forwarding.Request) returns (forwarding.Response) {}
2016-08-19 15:03:53 +00:00
}