Skip to content

Commit

Permalink
add todo comment (#73) (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
Co-authored-by: Hiroto Funakoshi <[email protected]>
  • Loading branch information
vdaas-ci and hlts2 authored Sep 13, 2023
1 parent d29d3bf commit 71aa973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gateway/lb/handler/grpc/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func New(opts ...Option) vald.Server {
}

func (s *server) exists(ctx context.Context, uuid string) (id *payload.Object_ID, err error) {
// TODO
ctx, span := trace.StartSpan(grpc.WrapGRPCMethod(ctx, "exists"), apiName+"/"+vald.ExistsRPCName+"/exists")
defer func() {
if span != nil {
Expand Down

0 comments on commit 71aa973

Please sign in to comment.