service backend
This commit is contained in:
9
api/proto/common/trace/v1/trace.proto
Normal file
9
api/proto/common/trace/v1/trace.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
package common.trace.v1;
|
||||
option go_package = "github.com/tech/sendico/pkg/proto/common/trace/v1;tracev1";
|
||||
|
||||
message TraceContext {
|
||||
string request_ref = 1;
|
||||
string idempotency_key = 2;
|
||||
string trace_ref = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user