Skip to content

Commit 8e395f3

Browse files
committed
feat: refresh token RPC inside Buffer
1 parent 98bebe5 commit 8e395f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/buffer.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import "common.proto";
88
service Buffer {
99
// Attach to a buffer and receive operations.
1010
rpc Attach (stream Operation) returns (stream BufferEvent);
11+
// Refresh token
12+
rpc Refresh (common.Empty) returns (common.Empty);
1113
}
1214

1315
// Message representing an operation that has occurred.

0 commit comments

Comments
 (0)