Replies: 2 comments
-
LGTM |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have listed up all the functions, type definition, const and variables defined in the
pkg/agent/ngt/handler/grpc/handler.go
and designed the file to store each type of files.Implementation
Store common type/const/var/func definition.
Store search related functions. (linear search is not included)
Store linear search related functions.
Store object functions.
Store index related functions.
Test implementation
Also we will need to divide the corresponding test implementation in
hanlder_test.go
file with the same design above.Beta Was this translation helpful? Give feedback.
All reactions