You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
handler.go
Store common type/const/var/func definition.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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