mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 22:45:09 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package seen;
|
||||
option go_package = "proto;seen";
|
||||
option go_package = "./proto;seen";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
// Seen is a service to keep track of which resources a user has seen (read). For example, it can
|
||||
@@ -49,4 +49,4 @@ message ReadRequest {
|
||||
|
||||
message ReadResponse {
|
||||
map<string, google.protobuf.Timestamp> timestamps = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user