feat(requestid): reqID in the header

This commit is contained in:
Muyao CHEN
2024-10-03 13:48:36 +02:00
parent 7024c76032
commit 2a52fb6b88
2 changed files with 12 additions and 3 deletions

View File

@ -9,8 +9,6 @@ import (
"github.com/stretchr/testify/assert"
)
const requestID = "X-Request-Id"
type header struct {
Key string
Value string