known

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// XRequestIDKey 用来定义 Gin 上下文中的键,代表请求的 uuid.
	XRequestIDKey = "X-Request-ID"

	// XUsernameKey 用来定义 Token-ID,代表当前登录用户的唯一ID
	XUsernameKey = "X-Username"

	// XAuthorization 用来定义 JWT Token 存储在 Header 中对应的 Key
	XAuthorization = "Authorization"

	// XTokenType 用来定义 Token type
	XTokenType = "Bearer"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL