mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-26 12:50:11 +08:00
Change handler location in project1-StandaloneKV.md (#296)
This commit is contained in:
parent
f959edc4c0
commit
08ded5e967
@ -44,4 +44,4 @@ And you don’t need to consider the `kvrpcpb.Context` now, it’s 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.
|
||||
|
Loading…
Reference in New Issue
Block a user