We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bebe5 commit 8e395f3Copy full SHA for 8e395f3
proto/buffer.proto
@@ -8,6 +8,8 @@ import "common.proto";
8
service Buffer {
9
// Attach to a buffer and receive operations.
10
rpc Attach (stream Operation) returns (stream BufferEvent);
11
+ // Refresh token
12
+ rpc Refresh (common.Empty) returns (common.Empty);
13
}
14
15
// Message representing an operation that has occurred.
0 commit comments