mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
This reverts commit 2dc778035d
.
This commit is contained in:
parent
19dba942c0
commit
a243056cfa
15 changed files with 134 additions and 381 deletions
|
@ -6,7 +6,6 @@ option go_package = "github.com/pomerium/pomerium/pkg/grpc/databroker";
|
|||
import "google/protobuf/any.proto";
|
||||
import "google/protobuf/duration.proto";
|
||||
import "google/protobuf/empty.proto";
|
||||
import "google/protobuf/field_mask.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
message Record {
|
||||
|
@ -47,10 +46,7 @@ message QueryResponse {
|
|||
int64 total_count = 2;
|
||||
}
|
||||
|
||||
message PutRequest {
|
||||
Record record = 1;
|
||||
optional google.protobuf.FieldMask mask = 2;
|
||||
}
|
||||
message PutRequest { Record record = 1; }
|
||||
message PutResponse {
|
||||
uint64 server_version = 1;
|
||||
Record record = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue