add stream assign proto

This commit is contained in:
chrislu
2023-08-22 09:53:54 -07:00
parent a1149f060b
commit 010c5e91e3
3 changed files with 215 additions and 138 deletions

View File

@@ -15,6 +15,8 @@ service Seaweed {
}
rpc Assign (AssignRequest) returns (AssignResponse) {
}
rpc StreamAssign (stream AssignRequest) returns (stream AssignResponse) {
}
rpc Statistics (StatisticsRequest) returns (StatisticsResponse) {
}
rpc CollectionList (CollectionListRequest) returns (CollectionListResponse) {