ai-gateway/common/helper/key.go
2024-04-26 23:05:48 +08:00

6 lines
64 B
Go

package helper
const (
RequestIdKey = "X-Oneapi-Request-Id"
)