Register denali on yellowstone, handle read requests.
This commit is contained in:
parent
a5cdd23f0b
commit
6f0dfa8719
6 changed files with 56 additions and 22 deletions
|
|
@ -32,7 +32,7 @@ impl AsyncDenaliServerHandler for DenaliServerImpl {
|
|||
})
|
||||
}
|
||||
|
||||
async fn read_many(&self, req: ReadManyRequest) -> Result<ReadResponse, ZError> {
|
||||
async fn read_many(&self, _req: ReadManyRequest) -> Result<ReadResponse, ZError> {
|
||||
Err(ZError::UNIMPLEMENTED)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue