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