Change handler location in project1-StandaloneKV.md (#296)

This commit is contained in:
Zhenhua Yang 2021-10-03 22:53:49 +08:00 committed by GitHub
parent f959edc4c0
commit 08ded5e967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,4 +44,4 @@ And you dont need to consider the `kvrpcpb.Context` now, its used in the f
#### Implement service handlers
The final step of this project is to use the implemented storage engine to build raw key/value service handlers including RawGet/ RawScan/ RawPut/ RawDelete. The handler is already defined for you, you only need to fill up the implementation in `kv/server/server.go`. Once done, remember to run `make project1` to pass the test suite.
The final step of this project is to use the implemented storage engine to build raw key/value service handlers including RawGet/ RawScan/ RawPut/ RawDelete. The handler is already defined for you, you only need to fill up the implementation in `kv/server/raw_api.go`. Once done, remember to run `make project1` to pass the test suite.