ai-gateway/common/helper/key.go

6 lines
64 B
Go
Raw Normal View History

2024-04-26 15:05:48 +00:00
package helper
const (
RequestIdKey = "X-Oneapi-Request-Id"
)