Add optional time window for GetTrace & SearchTrace of http_handler #10698
Annotations
7 errors
Run unit tests:
proto-gen/storage_v1/storage.pb.go#L1172
interceptor (variable of type grpc.UnaryServerInterceptor) is not used
|
Run unit tests:
proto-gen/storage_v1/storage.pb.go#L1176
non-boolean condition in if statement
|
Run unit tests:
cmd/query/app/grpc_handler.go#L120
invalid operation: r.StartTime != nil (mismatched types time.Time and untyped nil)
|
Run unit tests:
cmd/query/app/grpc_handler.go#L121
invalid operation: cannot indirect r.StartTime (variable of type time.Time)
|
Run unit tests:
cmd/query/app/grpc_handler.go#L123
invalid operation: r.EndTime != nil (mismatched types time.Time and untyped nil)
|
Run unit tests:
cmd/query/app/grpc_handler.go#L124
invalid operation: cannot indirect r.EndTime (variable of type time.Time)
|
Run unit tests
Process completed with exit code 2.
|
Loading